Color Hex Logo

#bb260a Color Hex

#BB260A
(187,38,10)
0 Favorites   0 Comments

Color spaces of #bb260a

RGB 1873810
HSL0.030.900.39
HSV95°73°
CMYK 0.000.800.95   0.27
XYZ21.241411.97291.4786
Yxy11.97290.61230.3451
Hunter Lab34.601949.024321.6877
CIE-Lab41.173056.989750.8586

#bb260a color RGB value is (187,38,10).

#bb260a hex color red value is 187, green value is 38 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bb260a hue: 0.03 , saturation: 0.90 and the lightness value of bb260a is 0.39.

The process color (four color CMYK) of #bb260a color hex is 0.00, 0.80, 0.95, 0.27. Web safe color of #bb260a is #cc3300. Color #bb260a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100110 00001010
Octal 273 46 12
Decimal 187 38 10
Hex BB 26 A

RGB Percentages of Color #bb260a

%79.57
%16.17
%4.26

CMYK Percentages of Color #bb260a

%0
%80
%95
%27

Triadic Colors of #bb260a

#bb260a #0abb26 #260abb

Analogous Colors of #bb260a

#bb260a #bb7f0a #bb0a47

Monochromatic Colors of #bb260a

#bb260a

Complementary Color

#bb260a #0a9fbb

#bb260a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb260a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb260a Color CSS Codes

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

#bb260a Text Font Color

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

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


#bb260a Background Color

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

This div background color is #bb260a


#bb260a Border Color

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

This div border color is #bb260a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb260a


Comments

No comments written yet.

Please login to write comment.