Color Hex Logo

#bb562e Color Hex

#BB562E
(187,86,46)
0 Favorites   0 Comments

Color spaces of #bb562e

RGB 1878646
HSL0.050.610.46
HSV17°75°73°
CMYK 0.000.540.75   0.27
XYZ24.314417.41764.6652
Yxy17.41760.52400.3754
Hunter Lab41.734430.958622.5865
CIE-Lab48.782038.170941.7088

#bb562e color RGB value is (187,86,46).

#bb562e hex color red value is 187, green value is 86 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bb562e hue: 0.05 , saturation: 0.61 and the lightness value of bb562e is 0.46.

The process color (four color CMYK) of #bb562e color hex is 0.00, 0.54, 0.75, 0.27. Web safe color of #bb562e is #cc6633. Color #bb562e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010110 00101110
Octal 273 126 56
Decimal 187 86 46
Hex BB 56 2E

RGB Percentages of Color #bb562e

%58.62
%26.96
%14.42

CMYK Percentages of Color #bb562e

%0
%54
%75
%27

Triadic Colors of #bb562e

#bb562e #2ebb56 #562ebb

Analogous Colors of #bb562e

#bb562e #bb9d2e #bb2e4c

Monochromatic Colors of #bb562e

#bb562e

Complementary Color

#bb562e #2e93bb

#bb562e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb562e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb562e Color CSS Codes

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

#bb562e Text Font Color

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

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


#bb562e Background Color

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

This div background color is #bb562e


#bb562e Border Color

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

This div border color is #bb562e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,86,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bb562e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bb562e;
  -webkit-box-shadow: 1px 1px 3px 2px #bb562e;
  box-shadow:         1px 1px 3px 2px #bb562e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,86,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb562e


Comments

No comments written yet.

Please login to write comment.