Html Css Color HEX #BEA6A2 Martini

📋 copy color: '#BEA6A2'

red 190 ◦ green 166 ◦ blue 162

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

Shades of Martini #BEA6A2

Tints of Martini #BEA6A2

RGB

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

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

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

R = 36.68%
G = 32.05%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BEA6A2 (or 0xBEA6A2) is known color: Martini. HEX triplet: BE, A6 and A2. RGB value is (190,166,162). Sum of RGB (Red+Green+Blue) = 190+166+162=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 166 (65.23% from 255 or 32.05% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA6A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA6A2 is #41595D. Grayscale: #ACACAC. Windows color (decimal): -4282718 or 10659518. OLE color: 10659518.

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

Color convert

RGB 190 166 162 -
CMYK 0 0.13 0.15 0.25
HSL 8.57º 0.18% 0.69% -
HSV(B) 8.57º 0.15% 0.75% -
XYZ 41.39 40.83 39.88 -
YUV 172.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 190 166 162 0 0.13 0.15 0.25 8.57 0.18 0.69
Hex BE A6 A2 0 D F 19 9 12 45
Octal 276 246 242 0 15 17 31 11 22 105
Binary 10111110 10100110 10100010 0 1101 1111 11001 1001 10010 1000101

Color Harmonies of #BEA6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6A2

Black with #BEA6A2

Text Example


Text Example

White with #BEA6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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