Html Css Color HEX #BBA6A2 Martini

📋 copy color: '#BBA6A2'

red 187 ◦ green 166 ◦ blue 162

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

Shades of Martini #BBA6A2

Tints of Martini #BBA6A2

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.23%

 BLUE value IS 162 (63.67% from 255) = 31.46%

R = 36.31%
G = 32.23%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BBA6A2 (or 0xBBA6A2) is known color: Martini. HEX triplet: BB, A6 and A2. RGB value is (187,166,162). Sum of RGB (Red+Green+Blue) = 187+166+162=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA6A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA6A2 is #44595D. Grayscale: #ABABAB. Windows color (decimal): -4479326 or 10659515. OLE color: 10659515.

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

Color convert

RGB 187 166 162 -
CMYK 0 0.11 0.13 0.27
HSL 9.6º 0.16% 0.68% -
HSV(B) 9.6º 0.13% 0.73% -
XYZ 40.65 40.45 39.85 -
YUV 171.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 187 166 162 0 0.11 0.13 0.27 9.6 0.16 0.68
Hex BB A6 A2 0 B D 1B A 10 44
Octal 273 246 242 0 13 15 33 12 20 104
Binary 10111011 10100110 10100010 0 1011 1101 11011 1010 10000 1000100

Color Harmonies of #BBA6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6A2

Black with #BBA6A2

Text Example


Text Example

White with #BBA6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6A2; }

 p { color: rgb(187,166,162); }

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

background-color css

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

 a { background-color: rgb(187,166,162); }

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

border-color css

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

 span { border-color: rgb(187,166,162); }

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