#D5BBA5

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

Shades of Bone #D5BBA5

Tints of Bone #D5BBA5

Color information

#D5BBA5 (or 0xD5BBA5) is unknown color: approx Bone. HEX triplet: D5, BB and A5. RGB value is (213,187,165). Sum of RGB (Red+Green+Blue) = 213+187+165=565 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.70% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 165 (64.84% from 255 or 29.20% from 565); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBA5 is #2A445A. Grayscale: #C0C0C0. Windows color (decimal): -2770011 or 10861525. OLE color: 10861525.

HSL color Cylindrical-coordinate representation of color #D5BBA5: hue angle of 27.5º degrees, saturation: 0.36, 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 #D5BBA5 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB213187165-
CMYK00.120.230.16
HSL27.5º36.36%74.12%-
HSV(B)27.5º22.54%83.53%-
XYZ5252.442.97-
YUV192.27112.61142.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.70%
GREEN value IS 187 (73.44% from 255) = 33.10%
BLUE value IS 165 (64.84% from 255) = 29.20%
R=37.70%
G=33.10%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318716500.120.230.1627.536.3674.12
HexD5BBA50C17101c244a
Octal32527324501427203444112
Binary110101011011101110100101011001011110000111001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBA5; }

 p { color: rgb(213,187,165); }

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

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

 a { background-color: rgb(213,187,165); }

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

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

 span { border-color: rgb(213,187,165); }

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