Html Css Color HEX #B9ADA1 Silk

📋 copy color: '#B9ADA1'

red 185 ◦ green 173 ◦ blue 161

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

Shades of Silk #B9ADA1

Tints of Silk #B9ADA1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.33%

 BLUE value IS 161 (63.28% from 255) = 31.02%

R = 35.65%
G = 33.33%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B9ADA1 (or 0xB9ADA1) is known color: Silk. HEX triplet: B9, AD and A1. RGB value is (185,173,161). Sum of RGB (Red+Green+Blue) = 185+173+161=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADA1 is #46525E. Grayscale: #AFAFAF. Windows color (decimal): -4608607 or 10595769. OLE color: 10595769.

HSL color Cylindrical-coordinate representation of color #B9ADA1: hue angle of 30º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B9ADA1 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 173 161 -
CMYK 0 0.06 0.13 0.27
HSL 30º 0.15% 0.68% -
HSV(B) 30º 0.13% 0.73% -
XYZ 41.38 42.77 39.79 -
YUV 175.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 185 173 161 0 0.06 0.13 0.27 30 0.15 0.68
Hex B9 AD A1 0 6 D 1B 1E F 44
Octal 271 255 241 0 6 15 33 36 17 104
Binary 10111001 10101101 10100001 0 110 1101 11011 11110 1111 1000100

Color Harmonies of #B9ADA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ADA1

Black with #B9ADA1

Text Example


Text Example

White with #B9ADA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ADA1; }

 p { color: rgb(185,173,161); }

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

background-color css

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

 a { background-color: rgb(185,173,161); }

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

border-color css

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

 span { border-color: rgb(185,173,161); }

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