#BD958D

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

Shades of Quicksand #BD958D

Tints of Quicksand #BD958D

Color information

#BD958D (or 0xBD958D) is unknown color: approx Quicksand. HEX triplet: BD, 95 and 8D. RGB value is (189,149,141). Sum of RGB (Red+Green+Blue) = 189+149+141=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD958D is #426A72. Grayscale: #A0A0A0. Windows color (decimal): -4352627 or 9278909. OLE color: 9278909.

HSL color Cylindrical-coordinate representation of color #BD958D: hue angle of 10º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD958D is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB189149141-
CMYK00.210.250.26
HSL10º26.67%64.71%-
HSV(B)10º25.4%74.12%-
XYZ36.5434.2429.88-
YUV160.05117.25148.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.46%
GREEN value IS 149 (58.59% from 255) = 31.11%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=39.46%
G=31.11%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18914914100.210.250.261026.6764.71
HexBD958D015191Aa1b41
Octal27522521502531321233101
Binary10111101100101011000110101010111001110101010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD958D; }

 p { color: rgb(189,149,141); }

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

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

 a { background-color: rgb(189,149,141); }

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

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

 span { border-color: rgb(189,149,141); }

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