#BD9C97

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

Shades of Quicksand #BD9C97

Tints of Quicksand #BD9C97

Color information

#BD9C97 (or 0xBD9C97) is unknown color: approx Quicksand. HEX triplet: BD, 9C and 97. RGB value is (189,156,151). Sum of RGB (Red+Green+Blue) = 189+156+151=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9C97 is #426368. Grayscale: #A5A5A5. Windows color (decimal): -4350825 or 9936061. OLE color: 9936061.

HSL color Cylindrical-coordinate representation of color #BD9C97: hue angle of 7.89º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BD9C97 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189156151-
CMYK00.170.200.26
HSL7.89º22.35%66.67%-
HSV(B)7.89º20.11%74.12%-
XYZ38.4636.8334.36-
YUV165.3119.93144.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.10%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 151 (59.38% from 255) = 30.44%
R=38.10%
G=31.45%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915615100.170.200.267.8922.3566.67
HexBD9C97011141A81643
Octal27523422702124321026103
Binary10111101100111001001011101000110100110101000101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C97; }

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

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

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

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

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

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

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

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