Html Css Color HEX #D9BBA0 Bone

📋 copy color: '#D9BBA0'

red 217 ◦ green 187 ◦ blue 160

#D9BBA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bone #D9BBA0

Tints of Bone #D9BBA0

RGB

 RED value IS 217 (85.16% from 255) = 38.48%

 GREEN value IS 187 (73.44% from 255) = 33.16%

 BLUE value IS 160 (62.89% from 255) = 28.37%

R = 38.48%
G = 33.16%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D9BBA0 (or 0xD9BBA0) is known color: Bone. HEX triplet: D9, BB and A0. RGB value is (217,187,160). Sum of RGB (Red+Green+Blue) = 217+187+160=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BBA0 is #26445F. Grayscale: #C1C1C1. Windows color (decimal): -2507872 or 10533849. OLE color: 10533849.

HSL color Cylindrical-coordinate representation of color #D9BBA0: hue angle of 28.42º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9BBA0 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 187 160 -
CMYK 0 0.14 0.26 0.15
HSL 28.42º 0.43% 0.74% -
HSV(B) 28.42º 0.26% 0.85% -
XYZ 52.73 52.83 40.68 -
YUV 192.89 109.44 145.2 -
System Red Green Blue C M Y K H S L
Decimal 217 187 160 0 0.14 0.26 0.15 28.42 0.43 0.74
Hex D9 BB A0 0 E 1A F 1C 2B 4A
Octal 331 273 240 0 16 32 17 34 53 112
Binary 11011001 10111011 10100000 0 1110 11010 1111 11100 101011 1001010

Color Harmonies of #D9BBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BBA0

Black with #D9BBA0

Text Example


Text Example

White with #D9BBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BBA0; }

 p { color: rgb(217,187,160); }

 H1.HeaderClassName
 {
   color: #D9BBA0;
 }
 .AnyTagClassName
 {
   color: #D9BBA0;
 }
</style>

background-color css

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

 a { background-color: rgb(217,187,160); }

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

border-color css

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

 span { border-color: rgb(217,187,160); }

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