#D6BBA2

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

Shades of Bone #D6BBA2

Tints of Bone #D6BBA2

Color information

#D6BBA2 (or 0xD6BBA2) is unknown color: approx Bone. HEX triplet: D6, BB and A2. RGB value is (214,187,162). Sum of RGB (Red+Green+Blue) = 214+187+162=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BBA2 is #29445D. Grayscale: #C0C0C0. Windows color (decimal): -2704478 or 10664918. OLE color: 10664918.

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

Color convert

RGB214187162-
CMYK00.130.240.16
HSL28.85º38.81%73.73%-
HSV(B)28.85º24.3%83.92%-
XYZ52.0252.4541.56-
YUV192.22110.95143.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 162 (63.67% from 255) = 28.77%
R=38.01%
G=33.21%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418716200.130.240.1628.8538.8173.73
HexD6BBA20D18101d274a
Octal32627324201530203547112
Binary110101101011101110100010011011100010000111011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BBA2; }

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

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

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

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

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

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

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

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