#BD958E

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

Shades of Quicksand #BD958E

Tints of Quicksand #BD958E

Color information

#BD958E (or 0xBD958E) is unknown color: approx Quicksand. HEX triplet: BD, 95 and 8E. RGB value is (189,149,142). Sum of RGB (Red+Green+Blue) = 189+149+142=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD958E is #426A71. Grayscale: #A0A0A0. Windows color (decimal): -4352626 or 9344445. OLE color: 9344445.

HSL color Cylindrical-coordinate representation of color #BD958E: hue angle of 8.94º degrees, saturation: 0.26, 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 #BD958E is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB189149142-
CMYK00.210.250.26
HSL8.94º26.26%64.9%-
HSV(B)8.94º24.87%74.12%-
XYZ36.6234.2730.28-
YUV160.16117.75148.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.38%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=39.38%
G=31.04%
B=29.58%

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
Decimal18914914200.210.250.268.9426.2664.9
HexBD958E015191A91a41
Octal27522521602531321132101
Binary10111101100101011000111001010111001110101001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD958E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD958E; }

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

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

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

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

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

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

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

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