#BF9C97

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

Shades of Quicksand #BF9C97

Tints of Quicksand #BF9C97

Color information

#BF9C97 (or 0xBF9C97) is unknown color: approx Quicksand. HEX triplet: BF, 9C and 97. RGB value is (191,156,151). Sum of RGB (Red+Green+Blue) = 191+156+151=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 156 (61.33% from 255 or 31.33% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9C97 is #406368. Grayscale: #A5A5A5. Windows color (decimal): -4219753 or 9936063. OLE color: 9936063.

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

Color convert

RGB191156151-
CMYK00.180.210.25
HSL7.5º23.81%67.06%-
HSV(B)7.5º20.94%74.9%-
XYZ38.9637.0934.38-
YUV165.9119.6145.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 156 (61.33% from 255) = 31.33%
BLUE value IS 151 (59.38% from 255) = 30.32%
R=38.35%
G=31.33%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115615100.180.210.257.523.8167.06
HexBF9C97012151981843
Octal27723422702225311030103
Binary10111111100111001001011101001010101110011000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9C97; }

 p { color: rgb(191,156,151); }

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

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

 a { background-color: rgb(191,156,151); }

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

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

 span { border-color: rgb(191,156,151); }

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