Html Css Color HEX #B9AB9E Silk

📋 copy color: '#B9AB9E'

red 185 ◦ green 171 ◦ blue 158

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

Shades of Silk #B9AB9E

Tints of Silk #B9AB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.27%

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

R = 35.99%
G = 33.27%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9AB9E (or 0xB9AB9E) is known color: Silk. HEX triplet: B9, AB and 9E. RGB value is (185,171,158). Sum of RGB (Red+Green+Blue) = 185+171+158=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB9E is #465461. Grayscale: #ADADAD. Windows color (decimal): -4609122 or 10398649. OLE color: 10398649.

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

Color convert

RGB 185 171 158 -
CMYK 0 0.08 0.15 0.27
HSL 28.89º 0.16% 0.67% -
HSV(B) 28.89º 0.15% 0.73% -
XYZ 40.74 41.91 38.29 -
YUV 173.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 185 171 158 0 0.08 0.15 0.27 28.89 0.16 0.67
Hex B9 AB 9E 0 8 F 1B 1D 10 43
Octal 271 253 236 0 10 17 33 35 20 103
Binary 10111001 10101011 10011110 0 1000 1111 11011 11101 10000 1000011

Color Harmonies of #B9AB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AB9E

Black with #B9AB9E

Text Example


Text Example

White with #B9AB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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