#BD998B

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

Shades of Quicksand #BD998B

Tints of Quicksand #BD998B

Color information

#BD998B (or 0xBD998B) is unknown color: approx Quicksand. HEX triplet: BD, 99 and 8B. RGB value is (189,153,139). Sum of RGB (Red+Green+Blue) = 189+153+139=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BD998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD998B is #426674. Grayscale: #A2A2A2. Windows color (decimal): -4351605 or 9148861. OLE color: 9148861.

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

Color convert

RGB189153139-
CMYK00.190.260.26
HSL16.8º27.47%64.31%-
HSV(B)16.8º26.46%74.12%-
XYZ37.0435.4729.32-
YUV162.17114.93147.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=39.29%
G=31.81%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915313900.190.260.2616.827.4764.31
HexBD998B0131A1A111b40
Octal27523121302332322133100
Binary101111011001100110001011010011110101101010001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD998B; }

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

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

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

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

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

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

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

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