Color Hex Logo

#bb351e Color Hex

#BB351E
(187,53,30)
0 Favorites   0 Comments

Color spaces of #bb351e

RGB 1875330
HSL0.020.720.43
HSV84°73°
CMYK 0.000.720.84   0.27
XYZ22.001013.20472.6175
Yxy13.20470.58170.3491
Hunter Lab36.338344.480821.1660
CIE-Lab43.070152.387444.1233

#bb351e color RGB value is (187,53,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110101 00011110
Octal 273 65 36
Decimal 187 53 30
Hex BB 35 1E

RGB Percentages of Color #bb351e

%69.26
%19.63
%11.11

CMYK Percentages of Color #bb351e

%0
%72
%84
%27

Triadic Colors of #bb351e

#bb351e #1ebb35 #351ebb

Analogous Colors of #bb351e

#bb351e #bb841e #bb1e55

Monochromatic Colors of #bb351e

#bb351e

Complementary Color

#bb351e #1ea4bb

#bb351e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb351e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb351e Color CSS Codes

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

#bb351e Text Font Color

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

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


#bb351e Background Color

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

This div background color is #bb351e


#bb351e Border Color

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

This div border color is #bb351e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb351e


Comments

No comments written yet.

Please login to write comment.