Color Hex Logo

#bb584a Color Hex

#BB584A
(187,88,74)
0 Favorites   0 Comments

Color spaces of #bb584a

RGB 1878874
HSL0.020.450.51
HSV60°73°
CMYK 0.000.530.60   0.27
XYZ25.219318.03878.6312
Yxy18.03870.48600.3476
Hunter Lab42.472031.664917.6814
CIE-Lab49.543038.780227.0906

#bb584a color RGB value is (187,88,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011000 01001010
Octal 273 130 112
Decimal 187 88 74
Hex BB 58 4A

RGB Percentages of Color #bb584a

%53.58
%25.21
%21.20

CMYK Percentages of Color #bb584a

%0
%53
%60
%27

Triadic Colors of #bb584a

#bb584a #4abb58 #584abb

Analogous Colors of #bb584a

#bb584a #bb914a #bb4a75

Monochromatic Colors of #bb584a

#bb584a

Complementary Color

#bb584a #4aadbb

#bb584a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb584a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb584a Color CSS Codes

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

#bb584a Text Font Color

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

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


#bb584a Background Color

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

This div background color is #bb584a


#bb584a Border Color

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

This div border color is #bb584a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb584a


Comments

No comments written yet.

Please login to write comment.