Html Css Color HEX #D6BFAB Bone

📋 copy color: '#D6BFAB'

red 214 ◦ green 191 ◦ blue 171

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

Shades of Bone #D6BFAB

Tints of Bone #D6BFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.69%

R = 37.15%
G = 33.16%
B = 29.69%

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

#D6BFAB (or 0xD6BFAB) is known color: Bone. HEX triplet: D6, BF and AB. RGB value is (214,191,171). Sum of RGB (Red+Green+Blue) = 214+191+171=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BFAB is #294054. Grayscale: #C3C3C3. Windows color (decimal): -2703445 or 11255766. OLE color: 11255766.

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

Color convert

RGB 214 191 171 -
CMYK 0 0.11 0.20 0.16
HSL 27.91º 0.34% 0.75% -
HSV(B) 27.91º 0.2% 0.84% -
XYZ 53.71 54.5 46.22 -
YUV 195.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 214 191 171 0 0.11 0.20 0.16 27.91 0.34 0.75
Hex D6 BF AB 0 B 14 10 1C 22 4B
Octal 326 277 253 0 13 24 20 34 42 113
Binary 11010110 10111111 10101011 0 1011 10100 10000 11100 100010 1001011

Color Harmonies of #D6BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BFAB

Black with #D6BFAB

Text Example


Text Example

White with #D6BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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