Color Hex Logo

#bb352c Color Hex

#BB352C
(187,53,44)
0 Favorites   0 Comments

Color spaces of #bb352c

RGB 1875344
HSL0.010.620.45
HSV76°73°
CMYK 0.000.720.76   0.27
XYZ22.221213.29293.7775
Yxy13.29290.56550.3383
Hunter Lab36.459444.987719.3787
CIE-Lab43.201352.842536.8416

#bb352c color RGB value is (187,53,44).

#bb352c hex color red value is 187, green value is 53 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bb352c hue: 0.01 , saturation: 0.62 and the lightness value of bb352c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110101 00101100
Octal 273 65 54
Decimal 187 53 44
Hex BB 35 2C

RGB Percentages of Color #bb352c

%65.85
%18.66
%15.49

CMYK Percentages of Color #bb352c

%0
%72
%76
%27

Triadic Colors of #bb352c

#bb352c #2cbb35 #352cbb

Analogous Colors of #bb352c

#bb352c #bb7d2c #bb2c6b

Monochromatic Colors of #bb352c

#bb352c

Complementary Color

#bb352c #2cb2bb

#bb352c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb352c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb352c Color CSS Codes

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

#bb352c Text Font Color

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

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


#bb352c Background Color

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

This div background color is #bb352c


#bb352c Border Color

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

This div border color is #bb352c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb352c

#bb352c Color Palettes


Comments

No comments written yet.

Please login to write comment.