#BD988D

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

Shades of Quicksand #BD988D

Tints of Quicksand #BD988D

Color information

#BD988D (or 0xBD988D) is unknown color: approx Quicksand. HEX triplet: BD, 98 and 8D. RGB value is (189,152,141). Sum of RGB (Red+Green+Blue) = 189+152+141=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD988D is #426772. Grayscale: #A1A1A1. Windows color (decimal): -4351859 or 9279677. OLE color: 9279677.

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

Color convert

RGB189152141-
CMYK00.200.250.26
HSL13.75º26.67%64.71%-
HSV(B)13.75º25.4%74.12%-
XYZ37.0235.230.04-
YUV161.81116.26147.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 141 (55.47% from 255) = 29.25%
R=39.21%
G=31.54%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915214100.200.250.2613.7526.6764.71
HexBD988D014191Ae1b41
Octal27523021502431321633101
Binary10111101100110001000110101010011001110101110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD988D; }

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

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

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

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

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

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

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

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