Html Css Color HEX #BBA5A2 Martini

📋 copy color: '#BBA5A2'

red 187 ◦ green 165 ◦ blue 162

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

Shades of Martini #BBA5A2

Tints of Martini #BBA5A2

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.1%

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

R = 36.38%
G = 32.1%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BBA5A2 (or 0xBBA5A2) is known color: Martini. HEX triplet: BB, A5 and A2. RGB value is (187,165,162). Sum of RGB (Red+Green+Blue) = 187+165+162=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA5A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA5A2 is #445A5D. Grayscale: #ABABAB. Windows color (decimal): -4479582 or 10659259. OLE color: 10659259.

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

Color convert

RGB 187 165 162 -
CMYK 0 0.12 0.13 0.27
HSL 7.2º 0.16% 0.68% -
HSV(B) 7.2º 0.13% 0.73% -
XYZ 40.47 40.08 39.79 -
YUV 171.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 187 165 162 0 0.12 0.13 0.27 7.2 0.16 0.68
Hex BB A5 A2 0 C D 1B 7 10 44
Octal 273 245 242 0 14 15 33 7 20 104
Binary 10111011 10100101 10100010 0 1100 1101 11011 111 10000 1000100

Color Harmonies of #BBA5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA5A2

Black with #BBA5A2

Text Example


Text Example

White with #BBA5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA5A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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