#BEA298

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

Shades of Martini #BEA298

Tints of Martini #BEA298

Color information

#BEA298 (or 0xBEA298) is unknown color: approx Martini. HEX triplet: BE, A2 and 98. RGB value is (190,162,152). Sum of RGB (Red+Green+Blue) = 190+162+152=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA298 is #415D67. Grayscale: #A9A9A9. Windows color (decimal): -4283752 or 10003134. OLE color: 10003134.

HSL color Cylindrical-coordinate representation of color #BEA298: hue angle of 15.79º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEA298 is Cyan = 0, Magento = 0.15, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB190162152-
CMYK00.150.20.25
HSL15.79º22.62%67.06%-
HSV(B)15.79º20%74.51%-
XYZ39.8239.0535.15-
YUV169.23118.28142.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.70%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=37.70%
G=32.14%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19016215200.150.20.2515.7922.6267.06
HexBEA2980F1419101743
Octal27624223001724312027103
Binary10111110101000101001100001111101001100110000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA298; }

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

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

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

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

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

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

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

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