Color Hex Logo

#bc552b Color Hex

#BC552B
(188,85,43)
0 Favorites   0 Comments

Color spaces of #bc552b

RGB 1888543
HSL0.050.630.45
HSV17°77°74°
CMYK 0.000.550.77   0.26
XYZ24.423617.36284.3496
Yxy17.36280.52940.3763
Hunter Lab41.668731.705422.9791
CIE-Lab48.714038.938543.2067

#bc552b color RGB value is (188,85,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010101 00101011
Octal 274 125 53
Decimal 188 85 43
Hex BC 55 2B

RGB Percentages of Color #bc552b

%59.49
%26.90
%13.61

CMYK Percentages of Color #bc552b

%0
%55
%77
%26

Triadic Colors of #bc552b

#bc552b #2bbc55 #552bbc

Analogous Colors of #bc552b

#bc552b #bc9e2b #bc2b4a

Monochromatic Colors of #bc552b

#bc552b

Complementary Color

#bc552b #2b92bc

#bc552b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc552b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc552b Color CSS Codes

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

#bc552b Text Font Color

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

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


#bc552b Background Color

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

This div background color is #bc552b


#bc552b Border Color

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

This div border color is #bc552b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,85,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 #bc552b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc552b


Comments

No comments written yet.

Please login to write comment.