Color Hex Logo

#bc822c Color Hex

#BC822C
(188,130,44)
0 Favorites   0 Comments

Color spaces of #bc822c

RGB 18813044
HSL0.100.620.45
HSV36°77°74°
CMYK 0.000.310.77   0.26
XYZ29.176326.83856.0255
Yxy26.83850.47030.4326
Hunter Lab51.80599.868229.3682
CIE-Lab58.824514.768252.7927

#bc822c color RGB value is (188,130,44).

#bc822c hex color red value is 188, green value is 130 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bc822c hue: 0.10 , saturation: 0.62 and the lightness value of bc822c is 0.45.

The process color (four color CMYK) of #bc822c color hex is 0.00, 0.31, 0.77, 0.26. Web safe color of #bc822c is #cc9933. Color #bc822c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 00101100
Octal 274 202 54
Decimal 188 130 44
Hex BC 82 2C

RGB Percentages of Color #bc822c

%51.93
%35.91
%12.15

CMYK Percentages of Color #bc822c

%0
%31
%77
%26

Triadic Colors of #bc822c

#bc822c #2cbc82 #822cbc

Analogous Colors of #bc822c

#bc822c #aebc2c #bc3a2c

Monochromatic Colors of #bc822c

#bc822c

Complementary Color

#bc822c #2c66bc

#bc822c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc822c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc822c Color CSS Codes

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

#bc822c Text Font Color

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

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


#bc822c Background Color

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

This div background color is #bc822c


#bc822c Border Color

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

This div border color is #bc822c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc822c


Comments

No comments written yet.

Please login to write comment.