Html Css Color HEX #BBA8A2 Martini

📋 copy color: '#BBA8A2'

red 187 ◦ green 168 ◦ blue 162

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

Shades of Martini #BBA8A2

Tints of Martini #BBA8A2

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.5%

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

R = 36.17%
G = 32.5%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BBA8A2 (or 0xBBA8A2) is known color: Martini. HEX triplet: BB, A8 and A2. RGB value is (187,168,162). Sum of RGB (Red+Green+Blue) = 187+168+162=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA8A2 is #44575D. Grayscale: #ADADAD. Windows color (decimal): -4478814 or 10660027. OLE color: 10660027.

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

Color convert

RGB 187 168 162 -
CMYK 0 0.10 0.13 0.27
HSL 14.4º 0.16% 0.68% -
HSV(B) 14.4º 0.13% 0.73% -
XYZ 41.02 41.18 39.97 -
YUV 173 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 187 168 162 0 0.10 0.13 0.27 14.4 0.16 0.68
Hex BB A8 A2 0 A D 1B E 10 44
Octal 273 250 242 0 12 15 33 16 20 104
Binary 10111011 10101000 10100010 0 1010 1101 11011 1110 10000 1000100

Color Harmonies of #BBA8A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA8A2

Black with #BBA8A2

Text Example


Text Example

White with #BBA8A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA8A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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