Html Css Color HEX #BEAAA2 Martini

📋 copy color: '#BEAAA2'

red 190 ◦ green 170 ◦ blue 162

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

Shades of Martini #BEAAA2

Tints of Martini #BEAAA2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.57%

 BLUE value IS 162 (63.67% from 255) = 31.03%

R = 36.4%
G = 32.57%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BEAAA2 (or 0xBEAAA2) is known color: Martini. HEX triplet: BE, AA and A2. RGB value is (190,170,162). Sum of RGB (Red+Green+Blue) = 190+170+162=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAA2 is #41555D. Grayscale: #AFAFAF. Windows color (decimal): -4281694 or 10660542. OLE color: 10660542.

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

Color convert

RGB 190 170 162 -
CMYK 0 0.11 0.15 0.25
HSL 17.14º 0.18% 0.69% -
HSV(B) 17.14º 0.15% 0.75% -
XYZ 42.13 42.31 40.13 -
YUV 175.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 190 170 162 0 0.11 0.15 0.25 17.14 0.18 0.69
Hex BE AA A2 0 B F 19 11 12 45
Octal 276 252 242 0 13 17 31 21 22 105
Binary 10111110 10101010 10100010 0 1011 1111 11001 10001 10010 1000101

Color Harmonies of #BEAAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAA2

Black with #BEAAA2

Text Example


Text Example

White with #BEAAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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