Color Hex Logo

#bc552a Color Hex

#BC552A
(188,85,42)
0 Favorites   0 Comments

Color spaces of #bc552a

RGB 1888542
HSL0.050.630.45
HSV18°78°74°
CMYK 0.000.550.78   0.26
XYZ24.405517.35554.2541
Yxy17.35550.53040.3772
Hunter Lab41.659931.665223.1076
CIE-Lab48.704938.899143.6951

#bc552a color RGB value is (188,85,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010101 00101010
Octal 274 125 52
Decimal 188 85 42
Hex BC 55 2A

RGB Percentages of Color #bc552a

%59.68
%26.98
%13.33

CMYK Percentages of Color #bc552a

%0
%55
%78
%26

Triadic Colors of #bc552a

#bc552a #2abc55 #552abc

Analogous Colors of #bc552a

#bc552a #bc9e2a #bc2a48

Monochromatic Colors of #bc552a

#bc552a

Complementary Color

#bc552a #2a91bc

#bc552a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc552a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc552a Color CSS Codes

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

#bc552a Text Font Color

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

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


#bc552a Background Color

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

This div background color is #bc552a


#bc552a Border Color

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

This div border color is #bc552a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc552a


Comments

No comments written yet.

Please login to write comment.