Color Hex Logo

#bb583c Color Hex

#BB583C
(187,88,60)
0 Favorites   0 Comments

Color spaces of #bb583c

RGB 1878860
HSL0.040.510.48
HSV13°68°73°
CMYK 0.000.530.68   0.27
XYZ24.798917.87056.4173
Yxy17.87050.50520.3641
Hunter Lab42.273530.734820.5910
CIE-Lab49.338737.865734.8204

#bb583c color RGB value is (187,88,60).

#bb583c hex color red value is 187, green value is 88 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bb583c hue: 0.04 , saturation: 0.51 and the lightness value of bb583c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011000 00111100
Octal 273 130 74
Decimal 187 88 60
Hex BB 58 3C

RGB Percentages of Color #bb583c

%55.82
%26.27
%17.91

CMYK Percentages of Color #bb583c

%0
%53
%68
%27

Triadic Colors of #bb583c

#bb583c #3cbb58 #583cbb

Analogous Colors of #bb583c

#bb583c #bb983c #bb3c60

Monochromatic Colors of #bb583c

#bb583c

Complementary Color

#bb583c #3c9fbb

#bb583c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb583c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb583c Color CSS Codes

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

#bb583c Text Font Color

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

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


#bb583c Background Color

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

This div background color is #bb583c


#bb583c Border Color

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

This div border color is #bb583c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb583c


Comments

No comments written yet.

Please login to write comment.