#D7BFAB

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

Shades of Bone #D7BFAB

Tints of Bone #D7BFAB

Color information

#D7BFAB (or 0xD7BFAB) is unknown color: approx Bone. HEX triplet: D7, BF and AB. RGB value is (215,191,171). Sum of RGB (Red+Green+Blue) = 215+191+171=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BFAB is #284054. Grayscale: #C4C4C4. Windows color (decimal): -2637909 or 11255767. OLE color: 11255767.

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

Color convert

RGB215191171-
CMYK00.110.200.16
HSL27.27º35.48%75.69%-
HSV(B)27.27º20.47%84.31%-
XYZ54.0154.6546.23-
YUV195.9113.95141.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 171 (67.19% from 255) = 29.64%
R=37.26%
G=33.10%
B=29.64%

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
Decimal21519117100.110.200.1627.2735.4875.69
HexD7BFAB0B14101b234c
Octal32727725301324203343114
Binary110101111011111110101011010111010010000110111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BFAB; }

 p { color: rgb(215,191,171); }

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

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

 a { background-color: rgb(215,191,171); }

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

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

 span { border-color: rgb(215,191,171); }

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