Color Hex Logo

#bb443b Color Hex

#BB443B
(187,68,59)
0 Favorites   0 Comments

Color spaces of #bb443b

RGB 1876859
HSL0.010.520.48
HSV68°73°
CMYK 0.000.640.68   0.27
XYZ23.350115.01485.8051
Yxy15.01480.52860.3399
Hunter Lab38.748939.753418.2418
CIE-Lab45.654547.398831.0265

#bb443b color RGB value is (187,68,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000100 00111011
Octal 273 104 73
Decimal 187 68 59
Hex BB 44 3B

RGB Percentages of Color #bb443b

%59.55
%21.66
%18.79

CMYK Percentages of Color #bb443b

%0
%64
%68
%27

Triadic Colors of #bb443b

#bb443b #3bbb44 #443bbb

Analogous Colors of #bb443b

#bb443b #bb843b #bb3b72

Monochromatic Colors of #bb443b

#bb443b

Complementary Color

#bb443b #3bb2bb

#bb443b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb443b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb443b Color CSS Codes

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

#bb443b Text Font Color

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

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


#bb443b Background Color

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

This div background color is #bb443b


#bb443b Border Color

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

This div border color is #bb443b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb443b


Comments

No comments written yet.

Please login to write comment.