Html Css Color HEX #BB9484 Quicksand

📋 copy color: '#BB9484'

red 187 ◦ green 148 ◦ blue 132

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

Shades of Quicksand #BB9484

Tints of Quicksand #BB9484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.27%

R = 40.04%
G = 31.69%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BB9484 (or 0xBB9484) is known color: Quicksand. HEX triplet: BB, 94 and 84. RGB value is (187,148,132). Sum of RGB (Red+Green+Blue) = 187+148+132=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9484 is #446B7B. Grayscale: #9D9D9D. Windows color (decimal): -4483964 or 8688827. OLE color: 8688827.

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

Color convert

RGB 187 148 132 -
CMYK 0 0.21 0.29 0.27
HSL 17.45º 0.29% 0.63% -
HSV(B) 17.45º 0.29% 0.73% -
XYZ 35.25 33.41 26.42 -
YUV 157.84 113.42 148.8 -
System Red Green Blue C M Y K H S L
Decimal 187 148 132 0 0.21 0.29 0.27 17.45 0.29 0.63
Hex BB 94 84 0 15 1D 1B 11 1D 3F
Octal 273 224 204 0 25 35 33 21 35 77
Binary 10111011 10010100 10000100 0 10101 11101 11011 10001 11101 111111

Color Harmonies of #BB9484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9484

Black with #BB9484

Text Example


Text Example

White with #BB9484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9484; }

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

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

background-color css

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

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

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

border-color css

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

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

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