Color Hex Logo

#bc833d Color Hex

#BC833D
(188,131,61)
0 Favorites   0 Comments

Color spaces of #bc833d

RGB 18813161
HSL0.090.510.49
HSV33°68°74°
CMYK 0.000.300.68   0.26
XYZ29.697627.26098.1115
Yxy27.26090.45640.4189
Hunter Lab52.212010.157927.3373
CIE-Lab59.215015.082045.5267

#bc833d color RGB value is (188,131,61).

#bc833d hex color red value is 188, green value is 131 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bc833d hue: 0.09 , saturation: 0.51 and the lightness value of bc833d is 0.49.

The process color (four color CMYK) of #bc833d color hex is 0.00, 0.30, 0.68, 0.26. Web safe color of #bc833d is #cc9933. Color #bc833d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000011 00111101
Octal 274 203 75
Decimal 188 131 61
Hex BC 83 3D

RGB Percentages of Color #bc833d

%49.47
%34.47
%16.05

CMYK Percentages of Color #bc833d

%0
%30
%68
%26

Triadic Colors of #bc833d

#bc833d #3dbc83 #833dbc

Analogous Colors of #bc833d

#bc833d #b6bc3d #bc433d

Monochromatic Colors of #bc833d

#bc833d

Complementary Color

#bc833d #3d76bc

#bc833d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc833d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc833d Color CSS Codes

.mybgcolor {background-color:#bc833d; } 
.myforecolor {color:#bc833d; }
.mybordercolor {border:3px solid #bc833d; }

#bc833d Text Font Color

<p style="color:#bc833d">Text here</p>

This sample text font color is #bc833d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bc833d Background Color

<div style="background-color:#bc833d">
Div content here</div>

This div background color is #bc833d


#bc833d Border Color

<div style="border:3px solid #bc833d">
Div here</div>

This div border color is #bc833d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,131,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc833d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc833d;
  -webkit-box-shadow: 1px 1px 3px 2px #bc833d;
  box-shadow:         1px 1px 3px 2px #bc833d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,131,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bc833d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bc833d;
  -webkit-box-shadow: 1px 1px 3px 2px #bc833d;
  box-shadow:         1px 1px 3px 2px #bc833d;">
Div content here</div>

This div box has shadow with color #bc833d


Comments

No comments written yet.

Please login to write comment.