Html Css Color HEX #B9AFA8 Silk

📋 copy color: '#B9AFA8'

red 185 ◦ green 175 ◦ blue 168

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

Shades of Silk #B9AFA8

Tints of Silk #B9AFA8

RGB

 RED value IS 185 (72.66% from 255) = 35.04%

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

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

R = 35.04%
G = 33.14%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B9AFA8 (or 0xB9AFA8) is known color: Silk. HEX triplet: B9, AF and A8. RGB value is (185,175,168). Sum of RGB (Red+Green+Blue) = 185+175+168=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AFA8 is #465057. Grayscale: #B1B1B1. Windows color (decimal): -4608088 or 11055033. OLE color: 11055033.

HSL color Cylindrical-coordinate representation of color #B9AFA8: hue angle of 24.71º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9AFA8 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 175 168 -
CMYK 0 0.05 0.09 0.27
HSL 24.71º 0.11% 0.69% -
HSV(B) 24.71º 0.09% 0.73% -
XYZ 42.41 43.8 43.27 -
YUV 177.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 185 175 168 0 0.05 0.09 0.27 24.71 0.11 0.69
Hex B9 AF A8 0 5 9 1B 19 B 45
Octal 271 257 250 0 5 11 33 31 13 105
Binary 10111001 10101111 10101000 0 101 1001 11011 11001 1011 1000101

Color Harmonies of #B9AFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFA8

Black with #B9AFA8

Text Example


Text Example

White with #B9AFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFA8; }

 p { color: rgb(185,175,168); }

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

background-color css

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

 a { background-color: rgb(185,175,168); }

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

border-color css

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

 span { border-color: rgb(185,175,168); }

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