Html Css Color HEX #BBAAA3 Martini

📋 copy color: '#BBAAA3'

red 187 ◦ green 170 ◦ blue 163

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

Shades of Martini #BBAAA3

Tints of Martini #BBAAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.35%

R = 35.96%
G = 32.69%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BBAAA3 (or 0xBBAAA3) is known color: Martini. HEX triplet: BB, AA and A3. RGB value is (187,170,163). Sum of RGB (Red+Green+Blue) = 187+170+163=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAA3 is #44555C. Grayscale: #AEAEAE. Windows color (decimal): -4478301 or 10726075. OLE color: 10726075.

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

Color convert

RGB 187 170 163 -
CMYK 0 0.09 0.13 0.27
HSL 17.5º 0.15% 0.69% -
HSV(B) 17.5º 0.13% 0.73% -
XYZ 41.48 41.96 40.56 -
YUV 174.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 187 170 163 0 0.09 0.13 0.27 17.5 0.15 0.69
Hex BB AA A3 0 9 D 1B 12 F 45
Octal 273 252 243 0 11 15 33 22 17 105
Binary 10111011 10101010 10100011 0 1001 1101 11011 10010 1111 1000101

Color Harmonies of #BBAAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAA3

Black with #BBAAA3

Text Example


Text Example

White with #BBAAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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