#D2BEAE

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

Shades of Bone #D2BEAE

Tints of Bone #D2BEAE

Color information

#D2BEAE (or 0xD2BEAE) is unknown color: approx Bone. HEX triplet: D2, BE and AE. RGB value is (210,190,174). Sum of RGB (Red+Green+Blue) = 210+190+174=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BEAE is #2D4151. Grayscale: #C2C2C2. Windows color (decimal): -2965842 or 11452114. OLE color: 11452114.

HSL color Cylindrical-coordinate representation of color #D2BEAE: hue angle of 26.67º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2BEAE is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210190174-
CMYK00.100.170.18
HSL26.67º28.57%75.29%-
HSV(B)26.67º17.14%82.35%-
XYZ52.6353.5847.61-
YUV194.16116.63139.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.59%
GREEN value IS 190 (74.61% from 255) = 33.10%
BLUE value IS 174 (68.36% from 255) = 30.31%
R=36.59%
G=33.10%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019017400.100.170.1826.6728.5775.29
HexD2BEAE0A11121b1d4b
Octal32227625601221223335113
Binary11010010101111101010111001010100011001011011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BEAE; }

 p { color: rgb(210,190,174); }

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

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

 a { background-color: rgb(210,190,174); }

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

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

 span { border-color: rgb(210,190,174); }

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