#BB968B

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

Shades of Quicksand #BB968B

Tints of Quicksand #BB968B

Color information

#BB968B (or 0xBB968B) is unknown color: approx Quicksand. HEX triplet: BB, 96 and 8B. RGB value is (187,150,139). Sum of RGB (Red+Green+Blue) = 187+150+139=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BB968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB968B is #446974. Grayscale: #9F9F9F. Windows color (decimal): -4483445 or 9148091. OLE color: 9148091.

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

Color convert

RGB187150139-
CMYK00.200.260.27
HSL13.75º26.09%63.92%-
HSV(B)13.75º25.67%73.33%-
XYZ36.0634.2429.13-
YUV159.81116.26147.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 150 (58.98% from 255) = 31.51%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=39.29%
G=31.51%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715013900.200.260.2713.7526.0963.92
HexBB968B0141A1Be1a40
Octal27322621302432331632100
Binary10111011100101101000101101010011010110111110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB968B; }

 p { color: rgb(187,150,139); }

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

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

 a { background-color: rgb(187,150,139); }

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

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

 span { border-color: rgb(187,150,139); }

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