Html Css Color HEX #BEA59F Martini

📋 copy color: '#BEA59F'

red 190 ◦ green 165 ◦ blue 159

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

Shades of Martini #BEA59F

Tints of Martini #BEA59F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.1%

 BLUE value IS 159 (62.5% from 255) = 30.93%

R = 36.96%
G = 32.1%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BEA59F (or 0xBEA59F) is known color: Martini. HEX triplet: BE, A5 and 9F. RGB value is (190,165,159). Sum of RGB (Red+Green+Blue) = 190+165+159=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA59F is #415A60. Grayscale: #ABABAB. Windows color (decimal): -4282977 or 10462654. OLE color: 10462654.

HSL color Cylindrical-coordinate representation of color #BEA59F: hue angle of 11.61º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEA59F is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 159 -
CMYK 0 0.13 0.16 0.25
HSL 11.61º 0.19% 0.68% -
HSV(B) 11.61º 0.16% 0.75% -
XYZ 40.95 40.36 38.43 -
YUV 171.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 190 165 159 0 0.13 0.16 0.25 11.61 0.19 0.68
Hex BE A5 9F 0 D 10 19 C 13 44
Octal 276 245 237 0 15 20 31 14 23 104
Binary 10111110 10100101 10011111 0 1101 10000 11001 1100 10011 1000100

Color Harmonies of #BEA59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA59F

Black with #BEA59F

Text Example


Text Example

White with #BEA59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA59F; }

 p { color: rgb(190,165,159); }

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

background-color css

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

 a { background-color: rgb(190,165,159); }

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

border-color css

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

 span { border-color: rgb(190,165,159); }

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