#BD9487

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

Shades of Quicksand #BD9487

Tints of Quicksand #BD9487

Color information

#BD9487 (or 0xBD9487) is unknown color: approx Quicksand. HEX triplet: BD, 94 and 87. RGB value is (189,148,135). Sum of RGB (Red+Green+Blue) = 189+148+135=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9487 is #426B78. Grayscale: #9E9E9E. Windows color (decimal): -4352889 or 8885437. OLE color: 8885437.

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

Color convert

RGB189148135-
CMYK00.220.290.26
HSL14.44º29.03%63.53%-
HSV(B)14.44º28.57%74.12%-
XYZ35.9533.7527.54-
YUV158.78114.58149.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 135 (53.12% from 255) = 28.60%
R=40.04%
G=31.36%
B=28.60%

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
Decimal18914813500.220.290.2614.4429.0363.53
HexBD94870161D1Ae1d40
Octal27522420702635321635100
Binary10111101100101001000011101011011101110101110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9487; }

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

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

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

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

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

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

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

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