Html Css Color HEX #B9A99D Silk

📋 copy color: '#B9A99D'

red 185 ◦ green 169 ◦ blue 157

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

Shades of Silk #B9A99D

Tints of Silk #B9A99D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.07%

 BLUE value IS 157 (61.72% from 255) = 30.72%

R = 36.2%
G = 33.07%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9A99D (or 0xB9A99D) is known color: Silk. HEX triplet: B9, A9 and 9D. RGB value is (185,169,157). Sum of RGB (Red+Green+Blue) = 185+169+157=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A99D is #465662. Grayscale: #ACACAC. Windows color (decimal): -4609635 or 10332601. OLE color: 10332601.

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

Color convert

RGB 185 169 157 -
CMYK 0 0.09 0.15 0.27
HSL 25.71º 0.17% 0.67% -
HSV(B) 25.71º 0.15% 0.73% -
XYZ 40.28 41.12 37.71 -
YUV 172.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 185 169 157 0 0.09 0.15 0.27 25.71 0.17 0.67
Hex B9 A9 9D 0 9 F 1B 1A 11 43
Octal 271 251 235 0 11 17 33 32 21 103
Binary 10111001 10101001 10011101 0 1001 1111 11011 11010 10001 1000011

Color Harmonies of #B9A99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A99D

Black with #B9A99D

Text Example


Text Example

White with #B9A99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A99D; }

 p { color: rgb(185,169,157); }

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

background-color css

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

 a { background-color: rgb(185,169,157); }

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

border-color css

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

 span { border-color: rgb(185,169,157); }

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