#BF9B89

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

Shades of Quicksand #BF9B89

Tints of Quicksand #BF9B89

Color information

#BF9B89 (or 0xBF9B89) is unknown color: approx Quicksand. HEX triplet: BF, 9B and 89. RGB value is (191,155,137). Sum of RGB (Red+Green+Blue) = 191+155+137=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9B89 is #406476. Grayscale: #A3A3A3. Windows color (decimal): -4220023 or 9018303. OLE color: 9018303.

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

Color convert

RGB191155137-
CMYK00.190.280.25
HSL20º29.67%64.31%-
HSV(B)20º28.27%74.9%-
XYZ37.7236.3328.69-
YUV163.71112.93147.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 155 (60.94% from 255) = 32.09%
BLUE value IS 137 (53.91% from 255) = 28.36%
R=39.54%
G=32.09%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115513700.190.280.252029.6764.31
HexBF9B890131C19141e40
Octal27723321102334312436100
Binary101111111001101110001001010011111001100110100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9B89; }

 p { color: rgb(191,155,137); }

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

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

 a { background-color: rgb(191,155,137); }

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

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

 span { border-color: rgb(191,155,137); }

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