Html Css Color HEX #BEABA8 Martini

📋 copy color: '#BEABA8'

red 190 ◦ green 171 ◦ blue 168

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

Shades of Martini #BEABA8

Tints of Martini #BEABA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.76%

R = 35.92%
G = 32.33%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BEABA8 (or 0xBEABA8) is known color: Martini. HEX triplet: BE, AB and A8. RGB value is (190,171,168). Sum of RGB (Red+Green+Blue) = 190+171+168=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEABA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEABA8 is #415457. Grayscale: #B0B0B0. Windows color (decimal): -4281432 or 11054014. OLE color: 11054014.

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

Color convert

RGB 190 171 168 -
CMYK 0 0.10 0.12 0.25
HSL 8.18º 0.14% 0.7% -
HSV(B) 8.18º 0.12% 0.75% -
XYZ 42.87 42.9 43.07 -
YUV 176.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 190 171 168 0 0.10 0.12 0.25 8.18 0.14 0.7
Hex BE AB A8 0 A C 19 8 E 46
Octal 276 253 250 0 12 14 31 10 16 106
Binary 10111110 10101011 10101000 0 1010 1100 11001 1000 1110 1000110

Color Harmonies of #BEABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEABA8

Black with #BEABA8

Text Example


Text Example

White with #BEABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEABA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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