#BD9386

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

Shades of Quicksand #BD9386

Tints of Quicksand #BD9386

Color information

#BD9386 (or 0xBD9386) is unknown color: approx Quicksand. HEX triplet: BD, 93 and 86. RGB value is (189,147,134). Sum of RGB (Red+Green+Blue) = 189+147+134=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 147 (57.81% from 255 or 31.28% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9386 is #426C79. Grayscale: #9E9E9E. Windows color (decimal): -4353146 or 8819645. OLE color: 8819645.

HSL color Cylindrical-coordinate representation of color #BD9386: hue angle of 14.18º 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 #BD9386 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB189147134-
CMYK00.220.290.26
HSL14.18º29.41%63.33%-
HSV(B)14.18º29.1%74.12%-
XYZ35.7233.4127.12-
YUV158.08114.41150.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.21%
GREEN value IS 147 (57.81% from 255) = 31.28%
BLUE value IS 134 (52.73% from 255) = 28.51%
R=40.21%
G=31.28%
B=28.51%

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
Decimal18914713400.220.290.2614.1829.4163.33
HexBD93860161D1Ae1d3f
Octal2752232060263532163577
Binary1011110110010011100001100101101110111010111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9386; }

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

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

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

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

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

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

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

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