#D4BBA5

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

Shades of Bone #D4BBA5

Tints of Bone #D4BBA5

Color information

#D4BBA5 (or 0xD4BBA5) is unknown color: approx Bone. HEX triplet: D4, BB and A5. RGB value is (212,187,165). Sum of RGB (Red+Green+Blue) = 212+187+165=564 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.59% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 165 (64.84% from 255 or 29.26% from 564); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BBA5 is #2B445A. Grayscale: #C0C0C0. Windows color (decimal): -2835547 or 10861524. OLE color: 10861524.

HSL color Cylindrical-coordinate representation of color #D4BBA5: hue angle of 28.09º 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 #D4BBA5 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB212187165-
CMYK00.120.220.17
HSL28.09º35.34%73.92%-
HSV(B)28.09º22.17%83.14%-
XYZ51.7152.2542.96-
YUV191.97112.78142.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.59%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 165 (64.84% from 255) = 29.26%
R=37.59%
G=33.16%
B=29.26%

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
Decimal21218716500.120.220.1728.0935.3473.92
HexD4BBA50C16111c234a
Octal32427324501426213443112
Binary110101001011101110100101011001011010001111001000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BBA5; }

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

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

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

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

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

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

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

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