Html Css Color HEX #D1BFB0 Bone

📋 copy color: '#D1BFB0'

red 209 ◦ green 191 ◦ blue 176

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

Shades of Bone #D1BFB0

Tints of Bone #D1BFB0

RGB

 RED value IS 209 (82.03% from 255) = 36.28%

 GREEN value IS 191 (75% from 255) = 33.16%

 BLUE value IS 176 (69.14% from 255) = 30.56%

R = 36.28%
G = 33.16%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D1BFB0 (or 0xD1BFB0) is known color: Bone. HEX triplet: D1, BF and B0. RGB value is (209,191,176). Sum of RGB (Red+Green+Blue) = 209+191+176=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1BFB0 is #2E404F. Grayscale: #C2C2C2. Windows color (decimal): -3031120 or 11583441. OLE color: 11583441.

HSL color Cylindrical-coordinate representation of color #D1BFB0: hue angle of 27.27º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1BFB0 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 191 176 -
CMYK 0 0.09 0.16 0.18
HSL 27.27º 0.26% 0.75% -
HSV(B) 27.27º 0.16% 0.82% -
XYZ 52.76 53.95 48.71 -
YUV 194.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 209 191 176 0 0.09 0.16 0.18 27.27 0.26 0.75
Hex D1 BF B0 0 9 10 12 1B 1A 4B
Octal 321 277 260 0 11 20 22 33 32 113
Binary 11010001 10111111 10110000 0 1001 10000 10010 11011 11010 1001011

Color Harmonies of #D1BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BFB0

Black with #D1BFB0

Text Example


Text Example

White with #D1BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BFB0; }

 p { color: rgb(209,191,176); }

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

background-color css

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

 a { background-color: rgb(209,191,176); }

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

border-color css

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

 span { border-color: rgb(209,191,176); }

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