Html Css Color HEX #D6BFA6 Bone

📋 copy color: '#D6BFA6'

red 214 ◦ green 191 ◦ blue 166

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

Shades of Bone #D6BFA6

Tints of Bone #D6BFA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.07%

R = 37.48%
G = 33.45%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D6BFA6 (or 0xD6BFA6) is known color: Bone. HEX triplet: D6, BF and A6. RGB value is (214,191,166). Sum of RGB (Red+Green+Blue) = 214+191+166=571 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.48% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 166 (65.23% from 255 or 29.07% from 571); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BFA6 is #294059. Grayscale: #C3C3C3. Windows color (decimal): -2703450 or 10928086. OLE color: 10928086.

HSL color Cylindrical-coordinate representation of color #D6BFA6: hue angle of 31.25º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6BFA6 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 191 166 -
CMYK 0 0.11 0.22 0.16
HSL 31.25º 0.37% 0.75% -
HSV(B) 31.25º 0.22% 0.84% -
XYZ 53.25 54.31 43.75 -
YUV 195.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 214 191 166 0 0.11 0.22 0.16 31.25 0.37 0.75
Hex D6 BF A6 0 B 16 10 1F 25 4B
Octal 326 277 246 0 13 26 20 37 45 113
Binary 11010110 10111111 10100110 0 1011 10110 10000 11111 100101 1001011

Color Harmonies of #D6BFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BFA6

Black with #D6BFA6

Text Example


Text Example

White with #D6BFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BFA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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