Color Hex Logo

#bb230f Color Hex

#BB230F
(187,35,15)
0 Favorites   0 Comments

Color spaces of #bb230f

RGB 1873515
HSL0.020.850.40
HSV92°73°
CMYK 0.000.810.92   0.27
XYZ21.180811.80131.6135
Yxy11.80130.61220.3411
Hunter Lab34.353049.938721.2624
CIE-Lab40.898657.883948.9763

#bb230f color RGB value is (187,35,15).

#bb230f hex color red value is 187, green value is 35 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bb230f hue: 0.02 , saturation: 0.85 and the lightness value of bb230f is 0.40.

The process color (four color CMYK) of #bb230f color hex is 0.00, 0.81, 0.92, 0.27. Web safe color of #bb230f is #cc3300. Color #bb230f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100011 00001111
Octal 273 43 17
Decimal 187 35 15
Hex BB 23 F

RGB Percentages of Color #bb230f

%78.90
%14.77
%6.33

CMYK Percentages of Color #bb230f

%0
%81
%92
%27

Triadic Colors of #bb230f

#bb230f #0fbb23 #230fbb

Analogous Colors of #bb230f

#bb230f #bb790f #bb0f51

Monochromatic Colors of #bb230f

#bb230f

Complementary Color

#bb230f #0fa7bb

#bb230f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb230f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb230f Color CSS Codes

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

#bb230f Text Font Color

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

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


#bb230f Background Color

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

This div background color is #bb230f


#bb230f Border Color

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

This div border color is #bb230f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb230f


Comments

No comments written yet.

Please login to write comment.