Html Css Color HEX #BEABA5 Martini

📋 copy color: '#BEABA5'

red 190 ◦ green 171 ◦ blue 165

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

Shades of Martini #BEABA5

Tints of Martini #BEABA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.37%

R = 36.12%
G = 32.51%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BEABA5 (or 0xBEABA5) is known color: Martini. HEX triplet: BE, AB and A5. RGB value is (190,171,165). Sum of RGB (Red+Green+Blue) = 190+171+165=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABA5 is #41545A. Grayscale: #B0B0B0. Windows color (decimal): -4281435 or 10857406. OLE color: 10857406.

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

Color convert

RGB 190 171 165 -
CMYK 0 0.10 0.13 0.25
HSL 14.4º 0.16% 0.7% -
HSV(B) 14.4º 0.13% 0.75% -
XYZ 42.59 42.79 41.61 -
YUV 176 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 190 171 165 0 0.10 0.13 0.25 14.4 0.16 0.7
Hex BE AB A5 0 A D 19 E 10 46
Octal 276 253 245 0 12 15 31 16 20 106
Binary 10111110 10101011 10100101 0 1010 1101 11001 1110 10000 1000110

Color Harmonies of #BEABA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEABA5

Black with #BEABA5

Text Example


Text Example

White with #BEABA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEABA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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