#D8BEA9

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

Shades of Bone #D8BEA9

Tints of Bone #D8BEA9

Color information

#D8BEA9 (or 0xD8BEA9) is unknown color: approx Bone. HEX triplet: D8, BE and A9. RGB value is (216,190,169). Sum of RGB (Red+Green+Blue) = 216+190+169=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 169 (66.41% from 255 or 29.39% from 575); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BEA9 is #274156. Grayscale: #C3C3C3. Windows color (decimal): -2572631 or 11124440. OLE color: 11124440.

HSL color Cylindrical-coordinate representation of color #D8BEA9: hue angle of 26.81º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8BEA9 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB216190169-
CMYK00.120.220.15
HSL26.81º37.6%75.49%-
HSV(B)26.81º21.76%84.71%-
XYZ53.8954.2945.17-
YUV195.38113.11142.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.57%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 169 (66.41% from 255) = 29.39%
R=37.57%
G=33.04%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619016900.120.220.1526.8137.675.49
HexD8BEA90C16F1b264b
Octal33027625101426173346113
Binary11011000101111101010100101100101101111110111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BEA9; }

 p { color: rgb(216,190,169); }

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

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

 a { background-color: rgb(216,190,169); }

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

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

 span { border-color: rgb(216,190,169); }

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