Color Hex Logo

#bb583f Color Hex

#BB583F
(187,88,63)
0 Favorites   0 Comments

Color spaces of #bb583f

RGB 1878863
HSL0.030.500.49
HSV12°66°73°
CMYK 0.000.530.66   0.27
XYZ24.880417.90316.8469
Yxy17.90310.50130.3607
Hunter Lab42.312130.915720.0242
CIE-Lab49.378438.044233.1894

#bb583f color RGB value is (187,88,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011000 00111111
Octal 273 130 77
Decimal 187 88 63
Hex BB 58 3F

RGB Percentages of Color #bb583f

%55.33
%26.04
%18.64

CMYK Percentages of Color #bb583f

%0
%53
%66
%27

Triadic Colors of #bb583f

#bb583f #3fbb58 #583fbb

Analogous Colors of #bb583f

#bb583f #bb963f #bb3f64

Monochromatic Colors of #bb583f

#bb583f

Complementary Color

#bb583f #3fa2bb

#bb583f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb583f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb583f Color CSS Codes

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

#bb583f Text Font Color

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

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


#bb583f Background Color

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

This div background color is #bb583f


#bb583f Border Color

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

This div border color is #bb583f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb583f


Comments

No comments written yet.

Please login to write comment.