Color Hex Logo

#bb341e Color Hex

#BB341E
(187,52,30)
0 Favorites   0 Comments

Color spaces of #bb341e

RGB 1875230
HSL0.020.720.43
HSV84°73°
CMYK 0.000.720.84   0.27
XYZ21.955913.11452.6024
Yxy13.11450.58280.3481
Hunter Lab36.213944.847121.0891
CIE-Lab42.935352.758544.0021

#bb341e color RGB value is (187,52,30).

#bb341e hex color red value is 187, green value is 52 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bb341e hue: 0.02 , saturation: 0.72 and the lightness value of bb341e is 0.43.

The process color (four color CMYK) of #bb341e color hex is 0.00, 0.72, 0.84, 0.27. Web safe color of #bb341e is #cc3333. Color #bb341e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110100 00011110
Octal 273 64 36
Decimal 187 52 30
Hex BB 34 1E

RGB Percentages of Color #bb341e

%69.52
%19.33
%11.15

CMYK Percentages of Color #bb341e

%0
%72
%84
%27

Triadic Colors of #bb341e

#bb341e #1ebb34 #341ebb

Analogous Colors of #bb341e

#bb341e #bb831e #bb1e56

Monochromatic Colors of #bb341e

#bb341e

Complementary Color

#bb341e #1ea5bb

#bb341e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb341e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb341e Color CSS Codes

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

#bb341e Text Font Color

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

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


#bb341e Background Color

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

This div background color is #bb341e


#bb341e Border Color

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

This div border color is #bb341e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb341e


Comments

No comments written yet.

Please login to write comment.