Html Css Color HEX #BAABA8 Martini

📋 copy color: '#BAABA8'

red 186 ◦ green 171 ◦ blue 168

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

Shades of Martini #BAABA8

Tints of Martini #BAABA8

RGB

 RED value IS 186 (73.05% from 255) = 35.43%

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

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

R = 35.43%
G = 32.57%
B = 32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#BAABA8 (or 0xBAABA8) is known color: Martini. HEX triplet: BA, AB and A8. RGB value is (186,171,168). Sum of RGB (Red+Green+Blue) = 186+171+168=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 186 - color contains mainly: red. Hex color #BAABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAABA8 is #455457. Grayscale: #AFAFAF. Windows color (decimal): -4543576 or 11054010. OLE color: 11054010.

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

Color convert

RGB 186 171 168 -
CMYK 0 0.08 0.10 0.27
HSL 10º 0.12% 0.69% -
HSV(B) 10º 0.1% 0.73% -
XYZ 41.88 42.39 43.02 -
YUV 175.14 123.97 135.74 -
System Red Green Blue C M Y K H S L
Decimal 186 171 168 0 0.08 0.10 0.27 10 0.12 0.69
Hex BA AB A8 0 8 A 1B A C 45
Octal 272 253 250 0 10 12 33 12 14 105
Binary 10111010 10101011 10101000 0 1000 1010 11011 1010 1100 1000101

Color Harmonies of #BAABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABA8

Black with #BAABA8

Text Example


Text Example

White with #BAABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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