Html Css Color HEX #BEA7A2 Martini

📋 copy color: '#BEA7A2'

red 190 ◦ green 167 ◦ blue 162

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

Shades of Martini #BEA7A2

Tints of Martini #BEA7A2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 32.18%

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

R = 36.61%
G = 32.18%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BEA7A2 (or 0xBEA7A2) is known color: Martini. HEX triplet: BE, A7 and A2. RGB value is (190,167,162). Sum of RGB (Red+Green+Blue) = 190+167+162=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA7A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA7A2 is #41585D. Grayscale: #ADADAD. Windows color (decimal): -4282462 or 10659774. OLE color: 10659774.

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

Color convert

RGB 190 167 162 -
CMYK 0 0.12 0.15 0.25
HSL 10.71º 0.18% 0.69% -
HSV(B) 10.71º 0.15% 0.75% -
XYZ 41.58 41.19 39.94 -
YUV 173.31 121.62 139.91 -
System Red Green Blue C M Y K H S L
Decimal 190 167 162 0 0.12 0.15 0.25 10.71 0.18 0.69
Hex BE A7 A2 0 C F 19 B 12 45
Octal 276 247 242 0 14 17 31 13 22 105
Binary 10111110 10100111 10100010 0 1100 1111 11001 1011 10010 1000101

Color Harmonies of #BEA7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA7A2

Black with #BEA7A2

Text Example


Text Example

White with #BEA7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA7A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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