Html Css Color HEX #BEA49A Martini

📋 copy color: '#BEA49A'

red 190 ◦ green 164 ◦ blue 154

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

Shades of Martini #BEA49A

Tints of Martini #BEA49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.31%

R = 37.4%
G = 32.28%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BEA49A (or 0xBEA49A) is known color: Martini. HEX triplet: BE, A4 and 9A. RGB value is (190,164,154). Sum of RGB (Red+Green+Blue) = 190+164+154=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA49A is #415B65. Grayscale: #AAAAAA. Windows color (decimal): -4283238 or 10134718. OLE color: 10134718.

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

Color convert

RGB 190 164 154 -
CMYK 0 0.14 0.19 0.25
HSL 16.67º 0.22% 0.67% -
HSV(B) 16.67º 0.19% 0.75% -
XYZ 40.34 39.83 36.13 -
YUV 170.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 190 164 154 0 0.14 0.19 0.25 16.67 0.22 0.67
Hex BE A4 9A 0 E 13 19 11 16 43
Octal 276 244 232 0 16 23 31 21 26 103
Binary 10111110 10100100 10011010 0 1110 10011 11001 10001 10110 1000011

Color Harmonies of #BEA49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA49A

Black with #BEA49A

Text Example


Text Example

White with #BEA49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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