Color Hex Logo

#bb432b Color Hex

#BB432B
(187,67,43)
0 Favorites   0 Comments

Color spaces of #bb432b

RGB 1876743
HSL0.030.630.45
HSV10°77°73°
CMYK 0.000.640.77   0.27
XYZ22.936714.75353.9243
Yxy14.75350.55120.3545
Hunter Lab38.410339.373320.8297
CIE-Lab45.294747.090339.6167

#bb432b color RGB value is (187,67,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000011 00101011
Octal 273 103 53
Decimal 187 67 43
Hex BB 43 2B

RGB Percentages of Color #bb432b

%62.96
%22.56
%14.48

CMYK Percentages of Color #bb432b

%0
%64
%77
%27

Triadic Colors of #bb432b

#bb432b #2bbb43 #432bbb

Analogous Colors of #bb432b

#bb432b #bb8b2b #bb2b5b

Monochromatic Colors of #bb432b

#bb432b

Complementary Color

#bb432b #2ba3bb

#bb432b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb432b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb432b Color CSS Codes

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

#bb432b Text Font Color

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

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


#bb432b Background Color

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

This div background color is #bb432b


#bb432b Border Color

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

This div border color is #bb432b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb432b


Comments

No comments written yet.

Please login to write comment.