#D6BEAB

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

Shades of Bone #D6BEAB

Tints of Bone #D6BEAB

Color information

#D6BEAB (or 0xD6BEAB) is unknown color: approx Bone. HEX triplet: D6, BE and AB. RGB value is (214,190,171). Sum of RGB (Red+Green+Blue) = 214+190+171=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEAB is #294154. Grayscale: #C3C3C3. Windows color (decimal): -2703701 or 11255510. OLE color: 11255510.

HSL color Cylindrical-coordinate representation of color #D6BEAB: hue angle of 26.51º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6BEAB is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214190171-
CMYK00.110.200.16
HSL26.51º34.4%75.49%-
HSV(B)26.51º20.09%83.92%-
XYZ53.554.0646.14-
YUV195.01114.45141.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=37.22%
G=33.04%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419017100.110.200.1626.5134.475.49
HexD6BEAB0B14101b224b
Octal32627625301324203342113
Binary110101101011111010101011010111010010000110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEAB; }

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

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

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

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

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

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

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

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