#BD998D

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

Shades of Quicksand #BD998D

Tints of Quicksand #BD998D

Color information

#BD998D (or 0xBD998D) is unknown color: approx Quicksand. HEX triplet: BD, 99 and 8D. RGB value is (189,153,141). Sum of RGB (Red+Green+Blue) = 189+153+141=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 153 (60.16% from 255 or 31.68% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 189 - color contains mainly: red. Hex color #BD998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD998D is #426672. Grayscale: #A2A2A2. Windows color (decimal): -4351603 or 9279933. OLE color: 9279933.

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

Color convert

RGB189153141-
CMYK00.190.250.26
HSL15º26.67%64.71%-
HSV(B)15º25.4%74.12%-
XYZ37.1935.5230.1-
YUV162.4115.93146.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.13%
GREEN value IS 153 (60.16% from 255) = 31.68%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=39.13%
G=31.68%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18915314100.190.250.261526.6764.71
HexBD998D013191Af1b41
Octal27523121502331321733101
Binary10111101100110011000110101001111001110101111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD998D; }

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

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

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

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

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

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

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

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