Html Css Color HEX #BEA8A0 Martini

📋 copy color: '#BEA8A0'

red 190 ◦ green 168 ◦ blue 160

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

Shades of Martini #BEA8A0

Tints of Martini #BEA8A0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.43%

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

R = 36.68%
G = 32.43%
B = 30.89%

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

#BEA8A0 (or 0xBEA8A0) is known color: Martini. HEX triplet: BE, A8 and A0. RGB value is (190,168,160). Sum of RGB (Red+Green+Blue) = 190+168+160=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA8A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA8A0 is #41575F. Grayscale: #ADADAD. Windows color (decimal): -4282208 or 10528958. OLE color: 10528958.

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

Color convert

RGB 190 168 160 -
CMYK 0 0.12 0.16 0.25
HSL 16º 0.19% 0.69% -
HSV(B) 16º 0.16% 0.75% -
XYZ 41.58 41.49 39.07 -
YUV 173.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 190 168 160 0 0.12 0.16 0.25 16 0.19 0.69
Hex BE A8 A0 0 C 10 19 10 13 45
Octal 276 250 240 0 14 20 31 20 23 105
Binary 10111110 10101000 10100000 0 1100 10000 11001 10000 10011 1000101

Color Harmonies of #BEA8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8A0

Black with #BEA8A0

Text Example


Text Example

White with #BEA8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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