#BD9993

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

Shades of Quicksand #BD9993

Tints of Quicksand #BD9993

Color information

#BD9993 (or 0xBD9993) is unknown color: approx Quicksand. HEX triplet: BD, 99 and 93. RGB value is (189,153,147). Sum of RGB (Red+Green+Blue) = 189+153+147=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9993 is #42666C. Grayscale: #A3A3A3. Windows color (decimal): -4351597 or 9673149. OLE color: 9673149.

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

Color convert

RGB189153147-
CMYK00.190.220.26
HSL8.57º24.14%65.88%-
HSV(B)8.57º22.22%74.12%-
XYZ37.6435.7132.51-
YUV163.08118.93146.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.65%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=38.65%
G=31.29%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915314700.190.220.268.5724.1465.88
HexBD9993013161A91842
Octal27523122302326321130102
Binary10111101100110011001001101001110110110101001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9993; }

 p { color: rgb(189,153,147); }

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

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

 a { background-color: rgb(189,153,147); }

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

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

 span { border-color: rgb(189,153,147); }

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