Html Css Color HEX #BEA59D Martini

📋 copy color: '#BEA59D'

red 190 ◦ green 165 ◦ blue 157

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

Shades of Martini #BEA59D

Tints of Martini #BEA59D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.66%

R = 37.11%
G = 32.23%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BEA59D (or 0xBEA59D) is known color: Martini. HEX triplet: BE, A5 and 9D. RGB value is (190,165,157). Sum of RGB (Red+Green+Blue) = 190+165+157=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 165 (64.84% from 255 or 32.23% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA59D is #415A62. Grayscale: #ABABAB. Windows color (decimal): -4282979 or 10331582. OLE color: 10331582.

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

Color convert

RGB 190 165 157 -
CMYK 0 0.13 0.17 0.25
HSL 14.55º 0.2% 0.68% -
HSV(B) 14.55º 0.17% 0.75% -
XYZ 40.78 40.29 37.53 -
YUV 171.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 190 165 157 0 0.13 0.17 0.25 14.55 0.2 0.68
Hex BE A5 9D 0 D 11 19 F 14 44
Octal 276 245 235 0 15 21 31 17 24 104
Binary 10111110 10100101 10011101 0 1101 10001 11001 1111 10100 1000100

Color Harmonies of #BEA59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA59D

Black with #BEA59D

Text Example


Text Example

White with #BEA59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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