Color Hex Logo

#bc5822 Color Hex

#BC5822
(188,88,34)
0 Favorites   0 Comments

Color spaces of #bc5822

RGB 1888834
HSL0.060.690.44
HSV21°82°74°
CMYK 0.000.530.82   0.26
XYZ24.517517.78633.6543
Yxy17.78630.53350.3870
Hunter Lab42.173829.965824.3843
CIE-Lab49.235937.095747.9630

#bc5822 color RGB value is (188,88,34).

#bc5822 hex color red value is 188, green value is 88 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bc5822 hue: 0.06 , saturation: 0.69 and the lightness value of bc5822 is 0.44.

The process color (four color CMYK) of #bc5822 color hex is 0.00, 0.53, 0.82, 0.26. Web safe color of #bc5822 is #cc6633. Color #bc5822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011000 00100010
Octal 274 130 42
Decimal 188 88 34
Hex BC 58 22

RGB Percentages of Color #bc5822

%60.65
%28.39
%10.97

CMYK Percentages of Color #bc5822

%0
%53
%82
%26

Triadic Colors of #bc5822

#bc5822 #22bc58 #5822bc

Analogous Colors of #bc5822

#bc5822 #bca522 #bc2239

Monochromatic Colors of #bc5822

#bc5822

Complementary Color

#bc5822 #2286bc

#bc5822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5822 Color CSS Codes

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

#bc5822 Text Font Color

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

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


#bc5822 Background Color

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

This div background color is #bc5822


#bc5822 Border Color

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

This div border color is #bc5822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5822


Comments

No comments written yet.

Please login to write comment.