Html Css Color HEX #BEA6A4 Martini

📋 copy color: '#BEA6A4'

red 190 ◦ green 166 ◦ blue 164

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

Shades of Martini #BEA6A4

Tints of Martini #BEA6A4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.92%

 BLUE value IS 164 (64.45% from 255) = 31.54%

R = 36.54%
G = 31.92%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BEA6A4 (or 0xBEA6A4) is known color: Martini. HEX triplet: BE, A6 and A4. RGB value is (190,166,164). Sum of RGB (Red+Green+Blue) = 190+166+164=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA6A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA6A4 is #41595B. Grayscale: #ACACAC. Windows color (decimal): -4282716 or 10790590. OLE color: 10790590.

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

Color convert

RGB 190 166 164 -
CMYK 0 0.13 0.14 0.25
HSL 4.62º 0.17% 0.69% -
HSV(B) 4.62º 0.14% 0.75% -
XYZ 41.57 40.9 40.83 -
YUV 172.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 190 166 164 0 0.13 0.14 0.25 4.62 0.17 0.69
Hex BE A6 A4 0 D E 19 5 11 45
Octal 276 246 244 0 15 16 31 5 21 105
Binary 10111110 10100110 10100100 0 1101 1110 11001 101 10001 1000101

Color Harmonies of #BEA6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6A4

Black with #BEA6A4

Text Example


Text Example

White with #BEA6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6A4; }

 p { color: rgb(190,166,164); }

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

background-color css

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

 a { background-color: rgb(190,166,164); }

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

border-color css

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

 span { border-color: rgb(190,166,164); }

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