Html Css Color HEX #BB9588 Quicksand

📋 copy color: '#BB9588'

red 187 ◦ green 149 ◦ blue 136

#BB9588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quicksand #BB9588

Tints of Quicksand #BB9588

RGB

 RED value IS 187 (73.44% from 255) = 39.62%

 GREEN value IS 149 (58.59% from 255) = 31.57%

 BLUE value IS 136 (53.52% from 255) = 28.81%

R = 39.62%
G = 31.57%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BB9588 (or 0xBB9588) is known color: Quicksand. HEX triplet: BB, 95 and 88. RGB value is (187,149,136). Sum of RGB (Red+Green+Blue) = 187+149+136=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 136 (53.52% from 255 or 28.81% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9588 is #446A77. Grayscale: #9E9E9E. Windows color (decimal): -4483704 or 8951227. OLE color: 8951227.

HSL color Cylindrical-coordinate representation of color #BB9588: hue angle of 15.29º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BB9588 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 149 136 -
CMYK 0 0.20 0.27 0.27
HSL 15.29º 0.27% 0.63% -
HSV(B) 15.29º 0.27% 0.73% -
XYZ 35.68 33.84 27.94 -
YUV 158.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 187 149 136 0 0.20 0.27 0.27 15.29 0.27 0.63
Hex BB 95 88 0 14 1B 1B F 1B 3F
Octal 273 225 210 0 24 33 33 17 33 77
Binary 10111011 10010101 10001000 0 10100 11011 11011 1111 11011 111111

Color Harmonies of #BB9588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9588

Black with #BB9588

Text Example


Text Example

White with #BB9588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9588; }

 p { color: rgb(187,149,136); }

 H1.HeaderClassName
 {
   color: #BB9588;
 }
 .AnyTagClassName
 {
   color: #BB9588;
 }
</style>

background-color css

<style>
 a { background-color: #BB9588; }

 a { background-color: rgb(187,149,136); }

 div.DivClassName
 {
   background-color: #BB9588;
 }
 .BgClassName
 {
   background-color: #BB9588;
 }
</style>

border-color css

<style>
 span { border-color: #BB9588; }

 span { border-color: rgb(187,149,136); }

 td.TdClassName
 {
   border-color: #BB9588;
 }
 .TagClassName
 {
   border-color: #BB9588;
 }
</style>