#BBA498

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

Shades of Martini #BBA498

Tints of Martini #BBA498

Color information

#BBA498 (or 0xBBA498) is unknown color: approx Martini. HEX triplet: BB, A4 and 98. RGB value is (187,164,152). Sum of RGB (Red+Green+Blue) = 187+164+152=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA498 is #445B67. Grayscale: #A9A9A9. Windows color (decimal): -4479848 or 10003643. OLE color: 10003643.

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

Color convert

RGB187164152-
CMYK00.120.190.27
HSL20.57º20.47%66.47%-
HSV(B)20.57º18.72%73.33%-
XYZ39.4439.3835.23-
YUV169.51118.12140.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 164 (64.45% from 255) = 32.60%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=37.18%
G=32.60%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716415200.120.190.2720.5720.4766.47
HexBBA4980C131B151442
Octal27324423001423332524102
Binary10111011101001001001100001100100111101110101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA498; }

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

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

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

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

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

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

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

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