Color Hex Logo

#bb361e Color Hex

#BB361E
(187,54,30)
0 Favorites   0 Comments

Color spaces of #bb361e

RGB 1875430
HSL0.030.720.43
HSV84°73°
CMYK 0.000.710.84   0.27
XYZ22.047013.29692.6328
Yxy13.29690.58050.3501
Hunter Lab36.464944.109021.2446
CIE-Lab43.207252.009944.2475

#bb361e color RGB value is (187,54,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110110 00011110
Octal 273 66 36
Decimal 187 54 30
Hex BB 36 1E

RGB Percentages of Color #bb361e

%69.00
%19.93
%11.07

CMYK Percentages of Color #bb361e

%0
%71
%84
%27

Triadic Colors of #bb361e

#bb361e #1ebb36 #361ebb

Analogous Colors of #bb361e

#bb361e #bb851e #bb1e54

Monochromatic Colors of #bb361e

#bb361e

Complementary Color

#bb361e #1ea3bb

#bb361e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb361e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb361e Color CSS Codes

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

#bb361e Text Font Color

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

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


#bb361e Background Color

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

This div background color is #bb361e


#bb361e Border Color

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

This div border color is #bb361e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb361e


Comments

No comments written yet.

Please login to write comment.