#BB978F

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

Shades of Quicksand #BB978F

Tints of Quicksand #BB978F

Color information

#BB978F (or 0xBB978F) is unknown color: approx Quicksand. HEX triplet: BB, 97 and 8F. RGB value is (187,151,143). Sum of RGB (Red+Green+Blue) = 187+151+143=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BB978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB978F is #446870. Grayscale: #A0A0A0. Windows color (decimal): -4483185 or 9410491. OLE color: 9410491.

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

Color convert

RGB187151143-
CMYK00.190.240.27
HSL10.91º24.44%64.71%-
HSV(B)10.91º23.53%73.33%-
XYZ36.5234.6830.76-
YUV160.85117.93146.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 151 (59.38% from 255) = 31.39%
BLUE value IS 143 (56.25% from 255) = 29.73%
R=38.88%
G=31.39%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715114300.190.240.2710.9124.4464.71
HexBB978F013181Bb1841
Octal27322721702330331330101
Binary10111011100101111000111101001111000110111011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB978F; }

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

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

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

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

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

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

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

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