#BD9387

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

Shades of Quicksand #BD9387

Tints of Quicksand #BD9387

Color information

#BD9387 (or 0xBD9387) is unknown color: approx Quicksand. HEX triplet: BD, 93 and 87. RGB value is (189,147,135). Sum of RGB (Red+Green+Blue) = 189+147+135=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9387 is #426C78. Grayscale: #9E9E9E. Windows color (decimal): -4353145 or 8885181. OLE color: 8885181.

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

Color convert

RGB189147135-
CMYK00.220.290.26
HSL13.33º29.03%63.53%-
HSV(B)13.33º28.57%74.12%-
XYZ35.7933.4427.49-
YUV158.19114.91149.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 147 (57.81% from 255) = 31.21%
BLUE value IS 135 (53.12% from 255) = 28.66%
R=40.13%
G=31.21%
B=28.66%

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
Decimal18914713500.220.290.2613.3329.0363.53
HexBD93870161D1Ad1d40
Octal27522320702635321535100
Binary10111101100100111000011101011011101110101101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9387; }

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

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

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

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

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

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

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

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