Html Css Color HEX #BB9489 Quicksand

📋 copy color: '#BB9489'

red 187 ◦ green 148 ◦ blue 137

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

Shades of Quicksand #BB9489

Tints of Quicksand #BB9489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.36%

 BLUE value IS 137 (53.91% from 255) = 29.03%

R = 39.62%
G = 31.36%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB9489 (or 0xBB9489) is known color: Quicksand. HEX triplet: BB, 94 and 89. RGB value is (187,148,137). Sum of RGB (Red+Green+Blue) = 187+148+137=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9489 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9489 is #446B76. Grayscale: #9E9E9E. Windows color (decimal): -4483959 or 9016507. OLE color: 9016507.

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

Color convert

RGB 187 148 137 -
CMYK 0 0.21 0.27 0.27
HSL 13.2º 0.27% 0.64% -
HSV(B) 13.2º 0.27% 0.73% -
XYZ 35.6 33.55 28.27 -
YUV 158.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 187 148 137 0 0.21 0.27 0.27 13.2 0.27 0.64
Hex BB 94 89 0 15 1B 1B D 1B 40
Octal 273 224 211 0 25 33 33 15 33 100
Binary 10111011 10010100 10001001 0 10101 11011 11011 1101 11011 1000000

Color Harmonies of #BB9489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9489

Black with #BB9489

Text Example


Text Example

White with #BB9489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9489; }

 p { color: rgb(187,148,137); }

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

background-color css

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

 a { background-color: rgb(187,148,137); }

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

border-color css

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

 span { border-color: rgb(187,148,137); }

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