Html Css Color HEX #B9A899 Silk

📋 copy color: '#B9A899'

red 185 ◦ green 168 ◦ blue 153

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

Shades of Silk #B9A899

Tints of Silk #B9A899

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.2%

 BLUE value IS 153 (60.16% from 255) = 30.24%

R = 36.56%
G = 33.2%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9A899 (or 0xB9A899) is known color: Silk. HEX triplet: B9, A8 and 99. RGB value is (185,168,153). Sum of RGB (Red+Green+Blue) = 185+168+153=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A899 is #465766. Grayscale: #ABABAB. Windows color (decimal): -4609895 or 10070201. OLE color: 10070201.

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

Color convert

RGB 185 168 153 -
CMYK 0 0.09 0.17 0.27
HSL 28.13º 0.19% 0.66% -
HSV(B) 28.13º 0.17% 0.73% -
XYZ 39.76 40.62 35.88 -
YUV 171.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 185 168 153 0 0.09 0.17 0.27 28.13 0.19 0.66
Hex B9 A8 99 0 9 11 1B 1C 13 42
Octal 271 250 231 0 11 21 33 34 23 102
Binary 10111001 10101000 10011001 0 1001 10001 11011 11100 10011 1000010

Color Harmonies of #B9A899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A899

Black with #B9A899

Text Example


Text Example

White with #B9A899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A899; }

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

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

background-color css

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

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

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

border-color css

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

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

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