Html Css Color HEX #BEA497 Martini

📋 copy color: '#BEA497'

red 190 ◦ green 164 ◦ blue 151

#BEA497
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martini #BEA497

Tints of Martini #BEA497

RGB

 RED value IS 190 (74.61% from 255) = 37.62%

 GREEN value IS 164 (64.45% from 255) = 32.48%

 BLUE value IS 151 (59.38% from 255) = 29.9%

R = 37.62%
G = 32.48%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BEA497 (or 0xBEA497) is known color: Martini. HEX triplet: BE, A4 and 97. RGB value is (190,164,151). Sum of RGB (Red+Green+Blue) = 190+164+151=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA497 is #415B68. Grayscale: #AAAAAA. Windows color (decimal): -4283241 or 9938110. OLE color: 9938110.

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

Color convert

RGB 190 164 151 -
CMYK 0 0.14 0.21 0.25
HSL 20º 0.23% 0.67% -
HSV(B) 20º 0.21% 0.75% -
XYZ 40.1 39.73 34.83 -
YUV 170.29 117.11 142.06 -
System Red Green Blue C M Y K H S L
Decimal 190 164 151 0 0.14 0.21 0.25 20 0.23 0.67
Hex BE A4 97 0 E 15 19 14 17 43
Octal 276 244 227 0 16 25 31 24 27 103
Binary 10111110 10100100 10010111 0 1110 10101 11001 10100 10111 1000011

Color Harmonies of #BEA497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA497

Black with #BEA497

Text Example


Text Example

White with #BEA497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA497; }

 p { color: rgb(190,164,151); }

 H1.HeaderClassName
 {
   color: #BEA497;
 }
 .AnyTagClassName
 {
   color: #BEA497;
 }
</style>

background-color css

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

 a { background-color: rgb(190,164,151); }

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

border-color css

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

 span { border-color: rgb(190,164,151); }

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