Html Css Color HEX #B9AD9E Silk

📋 copy color: '#B9AD9E'

red 185 ◦ green 173 ◦ blue 158

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

Shades of Silk #B9AD9E

Tints of Silk #B9AD9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.62%

R = 35.85%
G = 33.53%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9AD9E (or 0xB9AD9E) is known color: Silk. HEX triplet: B9, AD and 9E. RGB value is (185,173,158). Sum of RGB (Red+Green+Blue) = 185+173+158=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AD9E is #465261. Grayscale: #AEAEAE. Windows color (decimal): -4608610 or 10399161. OLE color: 10399161.

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

Color convert

RGB 185 173 158 -
CMYK 0 0.06 0.15 0.27
HSL 33.33º 0.16% 0.67% -
HSV(B) 33.33º 0.15% 0.73% -
XYZ 41.12 42.67 38.42 -
YUV 174.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 185 173 158 0 0.06 0.15 0.27 33.33 0.16 0.67
Hex B9 AD 9E 0 6 F 1B 21 10 43
Octal 271 255 236 0 6 17 33 41 20 103
Binary 10111001 10101101 10011110 0 110 1111 11011 100001 10000 1000011

Color Harmonies of #B9AD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AD9E

Black with #B9AD9E

Text Example


Text Example

White with #B9AD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AD9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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