#BD9486

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

Shades of Quicksand #BD9486

Tints of Quicksand #BD9486

Color information

#BD9486 (or 0xBD9486) is unknown color: approx Quicksand. HEX triplet: BD, 94 and 86. RGB value is (189,148,134). Sum of RGB (Red+Green+Blue) = 189+148+134=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9486 is #426B79. Grayscale: #9E9E9E. Windows color (decimal): -4352890 or 8819901. OLE color: 8819901.

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

Color convert

RGB189148134-
CMYK00.220.290.26
HSL15.27º29.41%63.33%-
HSV(B)15.27º29.1%74.12%-
XYZ35.8833.7227.17-
YUV158.66114.08149.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=40.13%
G=31.42%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914813400.220.290.2615.2729.4163.33
HexBD94860161D1Af1d3f
Octal2752242060263532173577
Binary1011110110010100100001100101101110111010111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9486; }

 p { color: rgb(189,148,134); }

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

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

 a { background-color: rgb(189,148,134); }

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

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

 span { border-color: rgb(189,148,134); }

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