Html Css Color HEX #BBA49F Martini

📋 copy color: '#BBA49F'

red 187 ◦ green 164 ◦ blue 159

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

Shades of Martini #BBA49F

Tints of Martini #BBA49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.16%

 BLUE value IS 159 (62.5% from 255) = 31.18%

R = 36.67%
G = 32.16%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BBA49F (or 0xBBA49F) is known color: Martini. HEX triplet: BB, A4 and 9F. RGB value is (187,164,159). Sum of RGB (Red+Green+Blue) = 187+164+159=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA49F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA49F is #445B60. Grayscale: #AAAAAA. Windows color (decimal): -4479841 or 10462395. OLE color: 10462395.

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

Color convert

RGB 187 164 159 -
CMYK 0 0.12 0.15 0.27
HSL 10.71º 0.17% 0.68% -
HSV(B) 10.71º 0.15% 0.73% -
XYZ 40.03 39.62 38.34 -
YUV 170.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 187 164 159 0 0.12 0.15 0.27 10.71 0.17 0.68
Hex BB A4 9F 0 C F 1B B 11 44
Octal 273 244 237 0 14 17 33 13 21 104
Binary 10111011 10100100 10011111 0 1100 1111 11011 1011 10001 1000100

Color Harmonies of #BBA49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA49F

Black with #BBA49F

Text Example


Text Example

White with #BBA49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA49F; }

 p { color: rgb(187,164,159); }

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

background-color css

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

 a { background-color: rgb(187,164,159); }

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

border-color css

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

 span { border-color: rgb(187,164,159); }

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