Html Css Color HEX #BBAAA4 Martini

📋 copy color: '#BBAAA4'

red 187 ◦ green 170 ◦ blue 164

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

Shades of Martini #BBAAA4

Tints of Martini #BBAAA4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.63%

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

R = 35.89%
G = 32.63%
B = 31.48%

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

#BBAAA4 (or 0xBBAAA4) is known color: Martini. HEX triplet: BB, AA and A4. RGB value is (187,170,164). Sum of RGB (Red+Green+Blue) = 187+170+164=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAA4 is #44555B. Grayscale: #AEAEAE. Windows color (decimal): -4478300 or 10791611. OLE color: 10791611.

HSL color Cylindrical-coordinate representation of color #BBAAA4: hue angle of 15.65º 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 #BBAAA4 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 164 -
CMYK 0 0.09 0.12 0.27
HSL 15.65º 0.14% 0.69% -
HSV(B) 15.65º 0.12% 0.73% -
XYZ 41.57 41.99 41.04 -
YUV 174.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 187 170 164 0 0.09 0.12 0.27 15.65 0.14 0.69
Hex BB AA A4 0 9 C 1B 10 E 45
Octal 273 252 244 0 11 14 33 20 16 105
Binary 10111011 10101010 10100100 0 1001 1100 11011 10000 1110 1000101

Color Harmonies of #BBAAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAA4

Black with #BBAAA4

Text Example


Text Example

White with #BBAAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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