Color Hex Logo

#bb503f Color Hex

#BB503F
(187,80,63)
0 Favorites   0 Comments

Color spaces of #bb503f

RGB 1878063
HSL0.020.500.49
HSV66°73°
CMYK 0.000.570.66   0.27
XYZ24.259416.66106.6399
Yxy16.66100.51010.3503
Hunter Lab40.817934.657118.9277
CIE-Lab47.830042.034631.3296

#bb503f color RGB value is (187,80,63).

#bb503f hex color red value is 187, green value is 80 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bb503f hue: 0.02 , saturation: 0.50 and the lightness value of bb503f is 0.49.

The process color (four color CMYK) of #bb503f color hex is 0.00, 0.57, 0.66, 0.27. Web safe color of #bb503f is #cc6633. Color #bb503f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010000 00111111
Octal 273 120 77
Decimal 187 80 63
Hex BB 50 3F

RGB Percentages of Color #bb503f

%56.67
%24.24
%19.09

CMYK Percentages of Color #bb503f

%0
%57
%66
%27

Triadic Colors of #bb503f

#bb503f #3fbb50 #503fbb

Analogous Colors of #bb503f

#bb503f #bb8e3f #bb3f6c

Monochromatic Colors of #bb503f

#bb503f

Complementary Color

#bb503f #3faabb

#bb503f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb503f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb503f Color CSS Codes

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

#bb503f Text Font Color

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

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


#bb503f Background Color

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

This div background color is #bb503f


#bb503f Border Color

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

This div border color is #bb503f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb503f


Comments

No comments written yet.

Please login to write comment.