#D1BEAE

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

Shades of Bone #D1BEAE

Tints of Bone #D1BEAE

Color information

#D1BEAE (or 0xD1BEAE) is unknown color: approx Bone. HEX triplet: D1, BE and AE. RGB value is (209,190,174). Sum of RGB (Red+Green+Blue) = 209+190+174=573 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.47% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BEAE is #2E4151. Grayscale: #C1C1C1. Windows color (decimal): -3031378 or 11452113. OLE color: 11452113.

HSL color Cylindrical-coordinate representation of color #D1BEAE: hue angle of 27.43º degrees, saturation: 0.28, 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 #D1BEAE is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209190174-
CMYK00.090.170.18
HSL27.43º27.56%75.1%-
HSV(B)27.43º16.75%81.96%-
XYZ52.3553.4447.6-
YUV193.86116.79138.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.47%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=36.47%
G=33.16%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20919017400.090.170.1827.4327.5675.1
HexD1BEAE0911121b1c4b
Octal32127625601121223334113
Binary11010001101111101010111001001100011001011011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BEAE; }

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

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

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

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

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

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

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

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