Html Css Color HEX #BEACA8 Martini

📋 copy color: '#BEACA8'

red 190 ◦ green 172 ◦ blue 168

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

Shades of Martini #BEACA8

Tints of Martini #BEACA8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.45%

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

R = 35.85%
G = 32.45%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BEACA8 (or 0xBEACA8) is known color: Martini. HEX triplet: BE, AC and A8. RGB value is (190,172,168). Sum of RGB (Red+Green+Blue) = 190+172+168=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACA8 is #415357. Grayscale: #B0B0B0. Windows color (decimal): -4281176 or 11054270. OLE color: 11054270.

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

Color convert

RGB 190 172 168 -
CMYK 0 0.09 0.12 0.25
HSL 10.91º 0.14% 0.7% -
HSV(B) 10.91º 0.12% 0.75% -
XYZ 43.06 43.28 43.13 -
YUV 176.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 190 172 168 0 0.09 0.12 0.25 10.91 0.14 0.7
Hex BE AC A8 0 9 C 19 B E 46
Octal 276 254 250 0 11 14 31 13 16 106
Binary 10111110 10101100 10101000 0 1001 1100 11001 1011 1110 1000110

Color Harmonies of #BEACA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACA8

Black with #BEACA8

Text Example


Text Example

White with #BEACA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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