#BBA198

Color #BBA198 Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #BBA198

Tints of Martini #BBA198

Color information

#BBA198 (or 0xBBA198) is unknown color: approx Martini. HEX triplet: BB, A1 and 98. RGB value is (187,161,152). Sum of RGB (Red+Green+Blue) = 187+161+152=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA198 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA198 is #445E67. Grayscale: #A7A7A7. Windows color (decimal): -4480616 or 10002875. OLE color: 10002875.

HSL color Cylindrical-coordinate representation of color #BBA198: hue angle of 15.43º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA198 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187161152-
CMYK00.140.190.27
HSL15.43º20.47%66.47%-
HSV(B)15.43º18.72%73.33%-
XYZ38.9138.3235.05-
YUV167.75119.11141.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 152 (59.77% from 255) = 30.4%
R=37.4%
G=32.2%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716115200.140.190.2715.4320.4766.47
HexBBA1980E131Bf1442
Octal27324123001623331724102
Binary1011101110100001100110000111010011110111111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA198; }

 p { color: rgb(187,161,152); }

 H1.HeaderClassName
 {
   color: #BBA198;
 }
 .AnyTagClassName
 {
   color: #BBA198;
 }
</style>
background-color css

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

 a { background-color: rgb(187,161,152); }

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

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

 span { border-color: rgb(187,161,152); }

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