#D4BAA5

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

Shades of Bone #D4BAA5

Tints of Bone #D4BAA5

Color information

#D4BAA5 (or 0xD4BAA5) is unknown color: approx Bone. HEX triplet: D4, BA and A5. RGB value is (212,186,165). Sum of RGB (Red+Green+Blue) = 212+186+165=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BAA5 is #2B455A. Grayscale: #BFBFBF. Windows color (decimal): -2835803 or 10861268. OLE color: 10861268.

HSL color Cylindrical-coordinate representation of color #D4BAA5: hue angle of 26.81º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4BAA5 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB212186165-
CMYK00.120.220.17
HSL26.81º35.34%73.92%-
HSV(B)26.81º22.17%83.14%-
XYZ51.551.8342.89-
YUV191.38113.11142.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 165 (64.84% from 255) = 29.31%
R=37.66%
G=33.04%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218616500.120.220.1726.8135.3473.92
HexD4BAA50C16111b234a
Octal32427224501426213343112
Binary110101001011101010100101011001011010001110111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BAA5; }

 p { color: rgb(212,186,165); }

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

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

 a { background-color: rgb(212,186,165); }

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

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

 span { border-color: rgb(212,186,165); }

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