Color Hex Logo

#bc572b Color Hex

#BC572B
(188,87,43)
0 Favorites   0 Comments

Color spaces of #bc572b

RGB 1888743
HSL0.050.630.45
HSV18°77°74°
CMYK 0.000.540.77   0.26
XYZ24.583317.68224.4028
Yxy17.68220.52680.3789
Hunter Lab42.050230.766423.2273
CIE-Lab49.108437.929843.6091

#bc572b color RGB value is (188,87,43).

#bc572b hex color red value is 188, green value is 87 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bc572b hue: 0.05 , saturation: 0.63 and the lightness value of bc572b is 0.45.

The process color (four color CMYK) of #bc572b color hex is 0.00, 0.54, 0.77, 0.26. Web safe color of #bc572b is #cc6633. Color #bc572b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010111 00101011
Octal 274 127 53
Decimal 188 87 43
Hex BC 57 2B

RGB Percentages of Color #bc572b

%59.12
%27.36
%13.52

CMYK Percentages of Color #bc572b

%0
%54
%77
%26

Triadic Colors of #bc572b

#bc572b #2bbc57 #572bbc

Analogous Colors of #bc572b

#bc572b #bca02b #bc2b48

Monochromatic Colors of #bc572b

#bc572b

Complementary Color

#bc572b #2b90bc

#bc572b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc572b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc572b Color CSS Codes

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

#bc572b Text Font Color

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

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


#bc572b Background Color

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

This div background color is #bc572b


#bc572b Border Color

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

This div border color is #bc572b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc572b


Comments

No comments written yet.

Please login to write comment.