#BF9A91

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

Shades of Quicksand #BF9A91

Tints of Quicksand #BF9A91

Color information

#BF9A91 (or 0xBF9A91) is unknown color: approx Quicksand. HEX triplet: BF, 9A and 91. RGB value is (191,154,145). Sum of RGB (Red+Green+Blue) = 191+154+145=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9A91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9A91 is #40656E. Grayscale: #A4A4A4. Windows color (decimal): -4220271 or 9542335. OLE color: 9542335.

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

Color convert

RGB191154145-
CMYK00.190.240.25
HSL11.74º26.44%65.88%-
HSV(B)11.74º24.08%74.9%-
XYZ38.1536.2331.77-
YUV164.04117.26147.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 145 (57.03% from 255) = 29.59%
R=38.98%
G=31.43%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115414500.190.240.2511.7426.4465.88
HexBF9A910131819c1a42
Octal27723222102330311432102
Binary10111111100110101001000101001111000110011100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9A91; }

 p { color: rgb(191,154,145); }

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

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

 a { background-color: rgb(191,154,145); }

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

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

 span { border-color: rgb(191,154,145); }

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