#D7BBA3

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

Shades of Bone #D7BBA3

Tints of Bone #D7BBA3

Color information

#D7BBA3 (or 0xD7BBA3) is unknown color: approx Bone. HEX triplet: D7, BB and A3. RGB value is (215,187,163). Sum of RGB (Red+Green+Blue) = 215+187+163=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 163 (64.06% from 255 or 28.85% from 565); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BBA3 is #28445C. Grayscale: #C0C0C0. Windows color (decimal): -2638941 or 10730455. OLE color: 10730455.

HSL color Cylindrical-coordinate representation of color #D7BBA3: hue angle of 27.69º 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 #D7BBA3 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB215187163-
CMYK00.130.240.16
HSL27.69º39.39%74.12%-
HSV(B)27.69º24.19%84.31%-
XYZ52.4152.6342.05-
YUV192.64111.28143.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.05%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 163 (64.06% from 255) = 28.85%
R=38.05%
G=33.10%
B=28.85%

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
Decimal21518716300.130.240.1627.6939.3974.12
HexD7BBA30D18101c274a
Octal32727324301530203447112
Binary110101111011101110100011011011100010000111001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBA3; }

 p { color: rgb(215,187,163); }

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

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

 a { background-color: rgb(215,187,163); }

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

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

 span { border-color: rgb(215,187,163); }

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