#BB978D

Color #BB978D Quicksand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quicksand #BB978D

Tints of Quicksand #BB978D

Color information

#BB978D (or 0xBB978D) is unknown color: approx Quicksand. HEX triplet: BB, 97 and 8D. RGB value is (187,151,141). Sum of RGB (Red+Green+Blue) = 187+151+141=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB978D is #446872. Grayscale: #A0A0A0. Windows color (decimal): -4483187 or 9279419. OLE color: 9279419.

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

Color convert

RGB187151141-
CMYK00.190.250.27
HSL13.04º25.27%64.31%-
HSV(B)13.04º24.6%73.33%-
XYZ36.3734.6229.97-
YUV160.62116.93146.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 151 (59.38% from 255) = 31.52%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=39.04%
G=31.52%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715114100.190.250.2713.0425.2764.31
HexBB978D013191Bd1940
Octal27322721502331331531100
Binary10111011100101111000110101001111001110111101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB978D; }

 p { color: rgb(187,151,141); }

 H1.HeaderClassName
 {
   color: #BB978D;
 }
 .AnyTagClassName
 {
   color: #BB978D;
 }
</style>
background-color css

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

 a { background-color: rgb(187,151,141); }

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

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

 span { border-color: rgb(187,151,141); }

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