Color Hex Logo

#bb433c Color Hex

#BB433C
(187,67,60)
0 Favorites   0 Comments

Color spaces of #bb433c

RGB 1876760
HSL0.010.510.48
HSV68°73°
CMYK 0.000.640.68   0.27
XYZ23.316314.90535.9231
Yxy14.90530.52820.3376
Hunter Lab38.607440.239217.9290
CIE-Lab45.504247.895230.2609

#bb433c color RGB value is (187,67,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000011 00111100
Octal 273 103 74
Decimal 187 67 60
Hex BB 43 3C

RGB Percentages of Color #bb433c

%59.55
%21.34
%19.11

CMYK Percentages of Color #bb433c

%0
%64
%68
%27

Triadic Colors of #bb433c

#bb433c #3cbb43 #433cbb

Analogous Colors of #bb433c

#bb433c #bb833c #bb3c75

Monochromatic Colors of #bb433c

#bb433c

Complementary Color

#bb433c #3cb4bb

#bb433c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb433c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb433c Color CSS Codes

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

#bb433c Text Font Color

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

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


#bb433c Background Color

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

This div background color is #bb433c


#bb433c Border Color

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

This div border color is #bb433c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb433c


Comments

No comments written yet.

Please login to write comment.