Color Hex Logo

#bb443e Color Hex

#BB443E
(187,68,62)
0 Favorites   0 Comments

Color spaces of #bb443e

RGB 1876862
HSL0.010.500.49
HSV67°73°
CMYK 0.000.640.67   0.27
XYZ23.430115.04686.2269
Yxy15.04680.52410.3366
Hunter Lab38.790239.934917.6355
CIE-Lab45.698247.567329.3213

#bb443e color RGB value is (187,68,62).

#bb443e hex color red value is 187, green value is 68 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bb443e hue: 0.01 , saturation: 0.50 and the lightness value of bb443e is 0.49.

The process color (four color CMYK) of #bb443e color hex is 0.00, 0.64, 0.67, 0.27. Web safe color of #bb443e is #cc3333. Color #bb443e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000100 00111110
Octal 273 104 76
Decimal 187 68 62
Hex BB 44 3E

RGB Percentages of Color #bb443e

%58.99
%21.45
%19.56

CMYK Percentages of Color #bb443e

%0
%64
%67
%27

Triadic Colors of #bb443e

#bb443e #3ebb44 #443ebb

Analogous Colors of #bb443e

#bb443e #bb833e #bb3e77

Monochromatic Colors of #bb443e

#bb443e

Complementary Color

#bb443e #3eb5bb

#bb443e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb443e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb443e Color CSS Codes

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

#bb443e Text Font Color

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

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


#bb443e Background Color

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

This div background color is #bb443e


#bb443e Border Color

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

This div border color is #bb443e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb443e


Comments

No comments written yet.

Please login to write comment.