Html Css Color HEX #B9ABA8 Martini

📋 copy color: '#B9ABA8'

red 185 ◦ green 171 ◦ blue 168

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

Shades of Martini #B9ABA8

Tints of Martini #B9ABA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 32.06%

R = 35.31%
G = 32.63%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B9ABA8 (or 0xB9ABA8) is known color: Martini. HEX triplet: B9, AB and A8. RGB value is (185,171,168). Sum of RGB (Red+Green+Blue) = 185+171+168=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ABA8 is #465457. Grayscale: #AEAEAE. Windows color (decimal): -4609112 or 11054009. OLE color: 11054009.

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

Color convert

RGB 185 171 168 -
CMYK 0 0.08 0.09 0.27
HSL 10.59º 0.11% 0.69% -
HSV(B) 10.59º 0.09% 0.73% -
XYZ 41.64 42.27 43.01 -
YUV 174.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 185 171 168 0 0.08 0.09 0.27 10.59 0.11 0.69
Hex B9 AB A8 0 8 9 1B B B 45
Octal 271 253 250 0 10 11 33 13 13 105
Binary 10111001 10101011 10101000 0 1000 1001 11011 1011 1011 1000101

Color Harmonies of #B9ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABA8

Black with #B9ABA8

Text Example


Text Example

White with #B9ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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