Html Css Color HEX #B7AFA6 Silk

📋 copy color: '#B7AFA6'

red 183 ◦ green 175 ◦ blue 166

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

Shades of Silk #B7AFA6

Tints of Silk #B7AFA6

RGB

 RED value IS 183 (71.88% from 255) = 34.92%

 GREEN value IS 175 (68.75% from 255) = 33.4%

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

R = 34.92%
G = 33.4%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#B7AFA6 (or 0xB7AFA6) is known color: Silk. HEX triplet: B7, AF and A6. RGB value is (183,175,166). Sum of RGB (Red+Green+Blue) = 183+175+166=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 166 (65.23% from 255 or 31.68% from 524); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AFA6 is #485059. Grayscale: #B0B0B0. Windows color (decimal): -4739162 or 10923959. OLE color: 10923959.

HSL color Cylindrical-coordinate representation of color #B7AFA6: hue angle of 31.76º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B7AFA6 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 175 166 -
CMYK 0 0.04 0.09 0.28
HSL 31.76º 0.11% 0.68% -
HSV(B) 31.76º 0.09% 0.72% -
XYZ 41.74 43.48 42.27 -
YUV 176.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 183 175 166 0 0.04 0.09 0.28 31.76 0.11 0.68
Hex B7 AF A6 0 4 9 1C 20 B 44
Octal 267 257 246 0 4 11 34 40 13 104
Binary 10110111 10101111 10100110 0 100 1001 11100 100000 1011 1000100

Color Harmonies of #B7AFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AFA6

Black with #B7AFA6

Text Example


Text Example

White with #B7AFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AFA6; }

 p { color: rgb(183,175,166); }

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

background-color css

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

 a { background-color: rgb(183,175,166); }

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

border-color css

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

 span { border-color: rgb(183,175,166); }

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