Html Css Color HEX #B0ABA8 Martini

📋 copy color: '#B0ABA8'

red 176 ◦ green 171 ◦ blue 168

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

Shades of Martini #B0ABA8

Tints of Martini #B0ABA8

RGB

 RED value IS 176 (69.14% from 255) = 34.17%

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

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

R = 34.17%
G = 33.2%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B0ABA8 (or 0xB0ABA8) is known color: Martini. HEX triplet: B0, AB and A8. RGB value is (176,171,168). Sum of RGB (Red+Green+Blue) = 176+171+168=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ABA8 is #4F5457. Grayscale: #ACACAC. Windows color (decimal): -5198936 or 11054000. OLE color: 11054000.

HSL color Cylindrical-coordinate representation of color #B0ABA8: hue angle of 22.5º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B0ABA8 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 171 168 -
CMYK 0 0.03 0.05 0.31
HSL 22.5º 0.05% 0.67% -
HSV(B) 22.5º 0.05% 0.69% -
XYZ 39.54 41.18 42.91 -
YUV 172.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 176 171 168 0 0.03 0.05 0.31 22.5 0.05 0.67
Hex B0 AB A8 0 3 5 1F 16 5 43
Octal 260 253 250 0 3 5 37 26 5 103
Binary 10110000 10101011 10101000 0 11 101 11111 10110 101 1000011

Color Harmonies of #B0ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ABA8

Black with #B0ABA8

Text Example


Text Example

White with #B0ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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