#D2BEAB

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

Shades of Bone #D2BEAB

Tints of Bone #D2BEAB

Color information

#D2BEAB (or 0xD2BEAB) is unknown color: approx Bone. HEX triplet: D2, BE and AB. RGB value is (210,190,171). Sum of RGB (Red+Green+Blue) = 210+190+171=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2BEAB is #2D4154. Grayscale: #C1C1C1. Windows color (decimal): -2965845 or 11255506. OLE color: 11255506.

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

Color convert

RGB210190171-
CMYK00.100.190.18
HSL29.23º30.23%74.71%-
HSV(B)29.23º18.57%82.35%-
XYZ52.3453.4746.09-
YUV193.81115.13139.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 171 (67.19% from 255) = 29.95%
R=36.78%
G=33.27%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019017100.100.190.1829.2330.2374.71
HexD2BEAB0A13121d1e4b
Octal32227625301223223536113
Binary11010010101111101010101101010100111001011101111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BEAB; }

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

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

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

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

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

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

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

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