Html Css Color HEX #BEA7A0 Martini

📋 copy color: '#BEA7A0'

red 190 ◦ green 167 ◦ blue 160

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

Shades of Martini #BEA7A0

Tints of Martini #BEA7A0

RGB

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

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

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

R = 36.75%
G = 32.3%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BEA7A0 (or 0xBEA7A0) is known color: Martini. HEX triplet: BE, A7 and A0. RGB value is (190,167,160). Sum of RGB (Red+Green+Blue) = 190+167+160=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA7A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA7A0 is #41585F. Grayscale: #ADADAD. Windows color (decimal): -4282464 or 10528702. OLE color: 10528702.

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

Color convert

RGB 190 167 160 -
CMYK 0 0.12 0.16 0.25
HSL 14º 0.19% 0.69% -
HSV(B) 14º 0.16% 0.75% -
XYZ 41.4 41.12 39.01 -
YUV 173.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 190 167 160 0 0.12 0.16 0.25 14 0.19 0.69
Hex BE A7 A0 0 C 10 19 E 13 45
Octal 276 247 240 0 14 20 31 16 23 105
Binary 10111110 10100111 10100000 0 1100 10000 11001 1110 10011 1000101

Color Harmonies of #BEA7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA7A0

Black with #BEA7A0

Text Example


Text Example

White with #BEA7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA7A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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