#BCA298

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

Shades of Martini #BCA298

Tints of Martini #BCA298

Color information

#BCA298 (or 0xBCA298) is unknown color: approx Martini. HEX triplet: BC, A2 and 98. RGB value is (188,162,152). Sum of RGB (Red+Green+Blue) = 188+162+152=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA298 is #435D67. Grayscale: #A8A8A8. Windows color (decimal): -4414824 or 10003132. OLE color: 10003132.

HSL color Cylindrical-coordinate representation of color #BCA298: hue angle of 16.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA298 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188162152-
CMYK00.140.190.26
HSL16.67º21.18%66.67%-
HSV(B)16.67º19.15%73.73%-
XYZ39.3338.835.12-
YUV168.63118.61141.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.45%
GREEN value IS 162 (63.67% from 255) = 32.27%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=37.45%
G=32.27%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816215200.140.190.2616.6721.1866.67
HexBCA2980E131A111543
Octal27424223001623322125103
Binary10111100101000101001100001110100111101010001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA298; }

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

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

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

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

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

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

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

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