#D5BAA4

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

Shades of Bone #D5BAA4

Tints of Bone #D5BAA4

Color information

#D5BAA4 (or 0xD5BAA4) is unknown color: approx Bone. HEX triplet: D5, BA and A4. RGB value is (213,186,164). Sum of RGB (Red+Green+Blue) = 213+186+164=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BAA4 is #2A455B. Grayscale: #BFBFBF. Windows color (decimal): -2770268 or 10795733. OLE color: 10795733.

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

Color convert

RGB213186164-
CMYK00.130.230.16
HSL26.94º36.84%73.92%-
HSV(B)26.94º23%83.53%-
XYZ51.751.9442.42-
YUV191.56112.45143.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.83%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=37.83%
G=33.04%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318616400.130.230.1626.9436.8473.92
HexD5BAA40D17101b254a
Octal32527224401527203345112
Binary110101011011101010100100011011011110000110111001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAA4; }

 p { color: rgb(213,186,164); }

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

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

 a { background-color: rgb(213,186,164); }

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

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

 span { border-color: rgb(213,186,164); }

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