Html Css Color HEX #BBA7A2 Martini

📋 copy color: '#BBA7A2'

red 187 ◦ green 167 ◦ blue 162

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

Shades of Martini #BBA7A2

Tints of Martini #BBA7A2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.36%

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

R = 36.24%
G = 32.36%
B = 31.4%

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

#BBA7A2 (or 0xBBA7A2) is known color: Martini. HEX triplet: BB, A7 and A2. RGB value is (187,167,162). Sum of RGB (Red+Green+Blue) = 187+167+162=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA7A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA7A2 is #44585D. Grayscale: #ACACAC. Windows color (decimal): -4479070 or 10659771. OLE color: 10659771.

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

Color convert

RGB 187 167 162 -
CMYK 0 0.11 0.13 0.27
HSL 12º 0.16% 0.68% -
HSV(B) 12º 0.13% 0.73% -
XYZ 40.83 40.81 39.91 -
YUV 172.41 122.13 138.41 -
System Red Green Blue C M Y K H S L
Decimal 187 167 162 0 0.11 0.13 0.27 12 0.16 0.68
Hex BB A7 A2 0 B D 1B C 10 44
Octal 273 247 242 0 13 15 33 14 20 104
Binary 10111011 10100111 10100010 0 1011 1101 11011 1100 10000 1000100

Color Harmonies of #BBA7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7A2

Black with #BBA7A2

Text Example


Text Example

White with #BBA7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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