Html Css Color HEX #BEAAA4 Martini

📋 copy color: '#BEAAA4'

red 190 ◦ green 170 ◦ blue 164

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

Shades of Martini #BEAAA4

Tints of Martini #BEAAA4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.44%

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

R = 36.26%
G = 32.44%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BEAAA4 (or 0xBEAAA4) is known color: Martini. HEX triplet: BE, AA and A4. RGB value is (190,170,164). Sum of RGB (Red+Green+Blue) = 190+170+164=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEAAA4 is #41555B. Grayscale: #AFAFAF. Windows color (decimal): -4281692 or 10791614. OLE color: 10791614.

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

Color convert

RGB 190 170 164 -
CMYK 0 0.11 0.14 0.25
HSL 13.85º 0.17% 0.69% -
HSV(B) 13.85º 0.14% 0.75% -
XYZ 42.31 42.38 41.07 -
YUV 175.3 121.63 138.49 -
System Red Green Blue C M Y K H S L
Decimal 190 170 164 0 0.11 0.14 0.25 13.85 0.17 0.69
Hex BE AA A4 0 B E 19 E 11 45
Octal 276 252 244 0 13 16 31 16 21 105
Binary 10111110 10101010 10100100 0 1011 1110 11001 1110 10001 1000101

Color Harmonies of #BEAAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAA4

Black with #BEAAA4

Text Example


Text Example

White with #BEAAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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