#D8BEA3

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

Shades of Bone #D8BEA3

Tints of Bone #D8BEA3

Color information

#D8BEA3 (or 0xD8BEA3) is unknown color: approx Bone. HEX triplet: D8, BE and A3. RGB value is (216,190,163). Sum of RGB (Red+Green+Blue) = 216+190+163=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 163 (64.06% from 255 or 28.65% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BEA3 is #27415C. Grayscale: #C2C2C2. Windows color (decimal): -2572637 or 10731224. OLE color: 10731224.

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

Color convert

RGB216190163-
CMYK00.120.250.15
HSL30.57º40.46%74.31%-
HSV(B)30.57º24.54%84.71%-
XYZ53.3454.0742.28-
YUV194.7110.11143.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.96%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 163 (64.06% from 255) = 28.65%
R=37.96%
G=33.39%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619016300.120.250.1530.5740.4674.31
HexD8BEA30C19F1f284a
Octal33027624301431173750112
Binary11011000101111101010001101100110011111111111010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BEA3; }

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

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

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

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

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

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

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

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