Html Css Color HEX #BEA5A0 Martini

📋 copy color: '#BEA5A0'

red 190 ◦ green 165 ◦ blue 160

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

Shades of Martini #BEA5A0

Tints of Martini #BEA5A0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.04%

 BLUE value IS 160 (62.89% from 255) = 31.07%

R = 36.89%
G = 32.04%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BEA5A0 (or 0xBEA5A0) is known color: Martini. HEX triplet: BE, A5 and A0. RGB value is (190,165,160). Sum of RGB (Red+Green+Blue) = 190+165+160=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 165 (64.84% from 255 or 32.04% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA5A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA5A0 is #415A5F. Grayscale: #ABABAB. Windows color (decimal): -4282976 or 10528190. OLE color: 10528190.

HSL color Cylindrical-coordinate representation of color #BEA5A0: hue angle of 10º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEA5A0 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 160 -
CMYK 0 0.13 0.16 0.25
HSL 10º 0.19% 0.69% -
HSV(B) 10º 0.16% 0.75% -
XYZ 41.04 40.4 38.89 -
YUV 171.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 190 165 160 0 0.13 0.16 0.25 10 0.19 0.69
Hex BE A5 A0 0 D 10 19 A 13 45
Octal 276 245 240 0 15 20 31 12 23 105
Binary 10111110 10100101 10100000 0 1101 10000 11001 1010 10011 1000101

Color Harmonies of #BEA5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5A0

Black with #BEA5A0

Text Example


Text Example

White with #BEA5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5A0; }

 p { color: rgb(190,165,160); }

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

background-color css

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

 a { background-color: rgb(190,165,160); }

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

border-color css

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

 span { border-color: rgb(190,165,160); }

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