#D0BFB0

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

Shades of Bone #D0BFB0

Tints of Bone #D0BFB0

Color information

#D0BFB0 (or 0xD0BFB0) is unknown color: approx Bone. HEX triplet: D0, BF and B0. RGB value is (208,191,176). Sum of RGB (Red+Green+Blue) = 208+191+176=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BFB0 is #2F404F. Grayscale: #C2C2C2. Windows color (decimal): -3096656 or 11583440. OLE color: 11583440.

HSL color Cylindrical-coordinate representation of color #D0BFB0: hue angle of 28.13º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0BFB0 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB208191176-
CMYK00.080.150.18
HSL28.13º25.4%75.29%-
HSV(B)28.13º15.38%81.57%-
XYZ52.4853.8148.69-
YUV194.37117.63137.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 191 (75% from 255) = 33.22%
BLUE value IS 176 (69.14% from 255) = 30.61%
R=36.17%
G=33.22%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819117600.080.150.1828.1325.475.29
HexD0BFB008F121c194b
Octal32027726001017223431113
Binary1101000010111111101100000100011111001011100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BFB0; }

 p { color: rgb(208,191,176); }

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

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

 a { background-color: rgb(208,191,176); }

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

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

 span { border-color: rgb(208,191,176); }

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