Html Css Color HEX #D6BEA8 Bone

📋 copy color: '#D6BEA8'

red 214 ◦ green 190 ◦ blue 168

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

Shades of Bone #D6BEA8

Tints of Bone #D6BEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.37%

R = 37.41%
G = 33.22%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D6BEA8 (or 0xD6BEA8) is known color: Bone. HEX triplet: D6, BE and A8. RGB value is (214,190,168). Sum of RGB (Red+Green+Blue) = 214+190+168=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEA8 is #294157. Grayscale: #C2C2C2. Windows color (decimal): -2703704 or 11058902. OLE color: 11058902.

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

Color convert

RGB 214 190 168 -
CMYK 0 0.11 0.21 0.16
HSL 28.7º 0.36% 0.75% -
HSV(B) 28.7º 0.21% 0.84% -
XYZ 53.21 53.95 44.65 -
YUV 194.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 214 190 168 0 0.11 0.21 0.16 28.7 0.36 0.75
Hex D6 BE A8 0 B 15 10 1D 24 4B
Octal 326 276 250 0 13 25 20 35 44 113
Binary 11010110 10111110 10101000 0 1011 10101 10000 11101 100100 1001011

Color Harmonies of #D6BEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BEA8

Black with #D6BEA8

Text Example


Text Example

White with #D6BEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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