#D6BBA4

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

Shades of Bone #D6BBA4

Tints of Bone #D6BBA4

Color information

#D6BBA4 (or 0xD6BBA4) is unknown color: approx Bone. HEX triplet: D6, BB and A4. RGB value is (214,187,164). Sum of RGB (Red+Green+Blue) = 214+187+164=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 164 (64.45% from 255 or 29.03% from 565); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BBA4 is #29445B. Grayscale: #C0C0C0. Windows color (decimal): -2704476 or 10795990. OLE color: 10795990.

HSL color Cylindrical-coordinate representation of color #D6BBA4: hue angle of 27.6º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6BBA4 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB214187164-
CMYK00.130.230.16
HSL27.6º37.88%74.12%-
HSV(B)27.6º23.36%83.92%-
XYZ52.252.5242.51-
YUV192.45111.95143.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 164 (64.45% from 255) = 29.03%
R=37.88%
G=33.10%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418716400.130.230.1627.637.8874.12
HexD6BBA40D17101c264a
Octal32627324401527203446112
Binary110101101011101110100100011011011110000111001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBA4; }

 p { color: rgb(214,187,164); }

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

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

 a { background-color: rgb(214,187,164); }

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

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

 span { border-color: rgb(214,187,164); }

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