Html Css Color HEX #D6BFAC Bone

📋 copy color: '#D6BFAC'

red 214 ◦ green 191 ◦ blue 172

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

Shades of Bone #D6BFAC

Tints of Bone #D6BFAC

RGB

 RED value IS 214 (83.98% from 255) = 37.09%

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

 BLUE value IS 172 (67.58% from 255) = 29.81%

R = 37.09%
G = 33.1%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6BFAC (or 0xD6BFAC) is known color: Bone. HEX triplet: D6, BF and AC. RGB value is (214,191,172). Sum of RGB (Red+Green+Blue) = 214+191+172=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BFAC is #294053. Grayscale: #C3C3C3. Windows color (decimal): -2703444 or 11321302. OLE color: 11321302.

HSL color Cylindrical-coordinate representation of color #D6BFAC: hue angle of 27.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6BFAC is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 191 172 -
CMYK 0 0.11 0.20 0.16
HSL 27.14º 0.34% 0.76% -
HSV(B) 27.14º 0.2% 0.84% -
XYZ 53.81 54.54 46.72 -
YUV 195.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 214 191 172 0 0.11 0.20 0.16 27.14 0.34 0.76
Hex D6 BF AC 0 B 14 10 1B 22 4C
Octal 326 277 254 0 13 24 20 33 42 114
Binary 11010110 10111111 10101100 0 1011 10100 10000 11011 100010 1001100

Color Harmonies of #D6BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BFAC

Black with #D6BFAC

Text Example


Text Example

White with #D6BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BFAC; }

 p { color: rgb(214,191,172); }

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

background-color css

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

 a { background-color: rgb(214,191,172); }

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

border-color css

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

 span { border-color: rgb(214,191,172); }

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