Html Css Color HEX #BBABA4 Martini

📋 copy color: '#BBABA4'

red 187 ◦ green 171 ◦ blue 164

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

Shades of Martini #BBABA4

Tints of Martini #BBABA4

RGB

 RED value IS 187 (73.44% from 255) = 35.82%

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

 BLUE value IS 164 (64.45% from 255) = 31.42%

R = 35.82%
G = 32.76%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BBABA4 (or 0xBBABA4) is known color: Martini. HEX triplet: BB, AB and A4. RGB value is (187,171,164). Sum of RGB (Red+Green+Blue) = 187+171+164=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 164 (64.45% from 255 or 31.42% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABA4 is #44545B. Grayscale: #AFAFAF. Windows color (decimal): -4478044 or 10791867. OLE color: 10791867.

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

Color convert

RGB 187 171 164 -
CMYK 0 0.09 0.12 0.27
HSL 18.26º 0.14% 0.69% -
HSV(B) 18.26º 0.12% 0.73% -
XYZ 41.76 42.37 41.1 -
YUV 174.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 187 171 164 0 0.09 0.12 0.27 18.26 0.14 0.69
Hex BB AB A4 0 9 C 1B 12 E 45
Octal 273 253 244 0 11 14 33 22 16 105
Binary 10111011 10101011 10100100 0 1001 1100 11011 10010 1110 1000101

Color Harmonies of #BBABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABA4

Black with #BBABA4

Text Example


Text Example

White with #BBABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABA4; }

 p { color: rgb(187,171,164); }

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

background-color css

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

 a { background-color: rgb(187,171,164); }

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

border-color css

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

 span { border-color: rgb(187,171,164); }

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