Html Css Color HEX #BEABA4 Martini

📋 copy color: '#BEABA4'

red 190 ◦ green 171 ◦ blue 164

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

Shades of Martini #BEABA4

Tints of Martini #BEABA4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.57%

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

R = 36.19%
G = 32.57%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BEABA4 (or 0xBEABA4) is known color: Martini. HEX triplet: BE, AB and A4. RGB value is (190,171,164). Sum of RGB (Red+Green+Blue) = 190+171+164=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABA4 is #41545B. Grayscale: #AFAFAF. Windows color (decimal): -4281436 or 10791870. OLE color: 10791870.

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

Color convert

RGB 190 171 164 -
CMYK 0 0.10 0.14 0.25
HSL 16.15º 0.17% 0.69% -
HSV(B) 16.15º 0.14% 0.75% -
XYZ 42.5 42.75 41.13 -
YUV 175.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 190 171 164 0 0.10 0.14 0.25 16.15 0.17 0.69
Hex BE AB A4 0 A E 19 10 11 45
Octal 276 253 244 0 12 16 31 20 21 105
Binary 10111110 10101011 10100100 0 1010 1110 11001 10000 10001 1000101

Color Harmonies of #BEABA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEABA4

Black with #BEABA4

Text Example


Text Example

White with #BEABA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEABA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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