#BD998F

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

Shades of Quicksand #BD998F

Tints of Quicksand #BD998F

Color information

#BD998F (or 0xBD998F) is unknown color: approx Quicksand. HEX triplet: BD, 99 and 8F. RGB value is (189,153,143). Sum of RGB (Red+Green+Blue) = 189+153+143=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 189 - color contains mainly: red. Hex color #BD998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD998F is #426670. Grayscale: #A2A2A2. Windows color (decimal): -4351601 or 9411005. OLE color: 9411005.

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

Color convert

RGB189153143-
CMYK00.190.240.26
HSL13.04º25.84%65.1%-
HSV(B)13.04º24.34%74.12%-
XYZ37.3435.5830.89-
YUV162.62116.93146.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.97%
GREEN value IS 153 (60.16% from 255) = 31.55%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=38.97%
G=31.55%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915314300.190.240.2613.0425.8465.1
HexBD998F013181Ad1a41
Octal27523121702330321532101
Binary10111101100110011000111101001111000110101101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD998F; }

 p { color: rgb(189,153,143); }

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

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

 a { background-color: rgb(189,153,143); }

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

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

 span { border-color: rgb(189,153,143); }

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