Html Css Color HEX #B9ABA3 Silk

📋 copy color: '#B9ABA3'

red 185 ◦ green 171 ◦ blue 163

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

Shades of Silk #B9ABA3

Tints of Silk #B9ABA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.41%

R = 35.65%
G = 32.95%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B9ABA3 (or 0xB9ABA3) is known color: Silk. HEX triplet: B9, AB and A3. RGB value is (185,171,163). Sum of RGB (Red+Green+Blue) = 185+171+163=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ABA3 is #46545C. Grayscale: #AEAEAE. Windows color (decimal): -4609117 or 10726329. OLE color: 10726329.

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

Color convert

RGB 185 171 163 -
CMYK 0 0.08 0.12 0.27
HSL 21.82º 0.14% 0.68% -
HSV(B) 21.82º 0.12% 0.73% -
XYZ 41.18 42.08 40.6 -
YUV 174.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 185 171 163 0 0.08 0.12 0.27 21.82 0.14 0.68
Hex B9 AB A3 0 8 C 1B 16 E 44
Octal 271 253 243 0 10 14 33 26 16 104
Binary 10111001 10101011 10100011 0 1000 1100 11011 10110 1110 1000100

Color Harmonies of #B9ABA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABA3

Black with #B9ABA3

Text Example


Text Example

White with #B9ABA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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