Html Css Color HEX #D6BEA6 Bone

📋 copy color: '#D6BEA6'

red 214 ◦ green 190 ◦ blue 166

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

Shades of Bone #D6BEA6

Tints of Bone #D6BEA6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.33%

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

R = 37.54%
G = 33.33%
B = 29.12%

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

#D6BEA6 (or 0xD6BEA6) is known color: Bone. HEX triplet: D6, BE and A6. RGB value is (214,190,166). Sum of RGB (Red+Green+Blue) = 214+190+166=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEA6 is #294159. Grayscale: #C2C2C2. Windows color (decimal): -2703706 or 10927830. OLE color: 10927830.

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

Color convert

RGB 214 190 166 -
CMYK 0 0.11 0.22 0.16
HSL 30º 0.37% 0.75% -
HSV(B) 30º 0.22% 0.84% -
XYZ 53.03 53.88 43.68 -
YUV 194.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 214 190 166 0 0.11 0.22 0.16 30 0.37 0.75
Hex D6 BE A6 0 B 16 10 1E 25 4B
Octal 326 276 246 0 13 26 20 36 45 113
Binary 11010110 10111110 10100110 0 1011 10110 10000 11110 100101 1001011

Color Harmonies of #D6BEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BEA6

Black with #D6BEA6

Text Example


Text Example

White with #D6BEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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