#BBA298

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

Shades of Martini #BBA298

Tints of Martini #BBA298

Color information

#BBA298 (or 0xBBA298) is unknown color: approx Martini. HEX triplet: BB, A2 and 98. RGB value is (187,162,152). Sum of RGB (Red+Green+Blue) = 187+162+152=501 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.33% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA298 is #445D67. Grayscale: #A8A8A8. Windows color (decimal): -4480360 or 10003131. OLE color: 10003131.

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

Color convert

RGB187162152-
CMYK00.130.190.27
HSL17.14º20.47%66.47%-
HSV(B)17.14º18.72%73.33%-
XYZ39.0838.6735.11-
YUV168.34118.78141.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.33%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=37.33%
G=32.34%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716215200.130.190.2717.1420.4766.47
HexBBA2980D131B111442
Octal27324223001523332124102
Binary10111011101000101001100001101100111101110001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA298; }

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

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

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

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

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

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

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

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