Html Css Color HEX #B9AEA8 Silk

📋 copy color: '#B9AEA8'

red 185 ◦ green 174 ◦ blue 168

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

Shades of Silk #B9AEA8

Tints of Silk #B9AEA8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.02%

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

R = 35.1%
G = 33.02%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B9AEA8 (or 0xB9AEA8) is known color: Silk. HEX triplet: B9, AE and A8. RGB value is (185,174,168). Sum of RGB (Red+Green+Blue) = 185+174+168=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 174 (68.36% from 255 or 33.02% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AEA8 is #465157. Grayscale: #B0B0B0. Windows color (decimal): -4608344 or 11054777. OLE color: 11054777.

HSL color Cylindrical-coordinate representation of color #B9AEA8: hue angle of 21.18º 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 #B9AEA8 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 174 168 -
CMYK 0 0.06 0.09 0.27
HSL 21.18º 0.11% 0.69% -
HSV(B) 21.18º 0.09% 0.73% -
XYZ 42.21 43.41 43.2 -
YUV 176.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 185 174 168 0 0.06 0.09 0.27 21.18 0.11 0.69
Hex B9 AE A8 0 6 9 1B 15 B 45
Octal 271 256 250 0 6 11 33 25 13 105
Binary 10111001 10101110 10101000 0 110 1001 11011 10101 1011 1000101

Color Harmonies of #B9AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AEA8

Black with #B9AEA8

Text Example


Text Example

White with #B9AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AEA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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