Html Css Color HEX #BEA6A0 Martini

📋 copy color: '#BEA6A0'

red 190 ◦ green 166 ◦ blue 160

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

Shades of Martini #BEA6A0

Tints of Martini #BEA6A0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.17%

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

R = 36.82%
G = 32.17%
B = 31.01%

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

#BEA6A0 (or 0xBEA6A0) is known color: Martini. HEX triplet: BE, A6 and A0. RGB value is (190,166,160). Sum of RGB (Red+Green+Blue) = 190+166+160=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA6A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA6A0 is #41595F. Grayscale: #ACACAC. Windows color (decimal): -4282720 or 10528446. OLE color: 10528446.

HSL color Cylindrical-coordinate representation of color #BEA6A0: hue angle of 12º 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 #BEA6A0 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 166 160 -
CMYK 0 0.13 0.16 0.25
HSL 12º 0.19% 0.69% -
HSV(B) 12º 0.16% 0.75% -
XYZ 41.22 40.76 38.95 -
YUV 172.49 120.95 140.49 -
System Red Green Blue C M Y K H S L
Decimal 190 166 160 0 0.13 0.16 0.25 12 0.19 0.69
Hex BE A6 A0 0 D 10 19 C 13 45
Octal 276 246 240 0 15 20 31 14 23 105
Binary 10111110 10100110 10100000 0 1101 10000 11001 1100 10011 1000101

Color Harmonies of #BEA6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6A0

Black with #BEA6A0

Text Example


Text Example

White with #BEA6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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