Color Hex Logo

#bc833e Color Hex

#BC833E
(188,131,62)
0 Favorites   0 Comments

Color spaces of #bc833e

RGB 18813162
HSL0.090.500.49
HSV33°67°74°
CMYK 0.000.300.67   0.26
XYZ29.724827.27188.2547
Yxy27.27180.45550.4180
Hunter Lab52.222410.212327.1838
CIE-Lab59.225115.142345.0516

#bc833e color RGB value is (188,131,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000011 00111110
Octal 274 203 76
Decimal 188 131 62
Hex BC 83 3E

RGB Percentages of Color #bc833e

%49.34
%34.38
%16.27

CMYK Percentages of Color #bc833e

%0
%30
%67
%26

Triadic Colors of #bc833e

#bc833e #3ebc83 #833ebc

Analogous Colors of #bc833e

#bc833e #b6bc3e #bc443e

Monochromatic Colors of #bc833e

#bc833e

Complementary Color

#bc833e #3e77bc

#bc833e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc833e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc833e Color CSS Codes

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

#bc833e Text Font Color

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

This sample text font color is #bc833e
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.


#bc833e Background Color

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

This div background color is #bc833e


#bc833e Border Color

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

This div border color is #bc833e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc833e


Comments

No comments written yet.

Please login to write comment.