Html Css Color HEX #BEACA5 Martini

📋 copy color: '#BEACA5'

red 190 ◦ green 172 ◦ blue 165

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

Shades of Martini #BEACA5

Tints of Martini #BEACA5

RGB

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

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

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

R = 36.05%
G = 32.64%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BEACA5 (or 0xBEACA5) is known color: Martini. HEX triplet: BE, AC and A5. RGB value is (190,172,165). Sum of RGB (Red+Green+Blue) = 190+172+165=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEACA5 is #41535A. Grayscale: #B0B0B0. Windows color (decimal): -4281179 or 10857662. OLE color: 10857662.

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

Color convert

RGB 190 172 165 -
CMYK 0 0.09 0.13 0.25
HSL 16.8º 0.16% 0.7% -
HSV(B) 16.8º 0.13% 0.75% -
XYZ 42.78 43.17 41.68 -
YUV 176.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 190 172 165 0 0.09 0.13 0.25 16.8 0.16 0.7
Hex BE AC A5 0 9 D 19 11 10 46
Octal 276 254 245 0 11 15 31 21 20 106
Binary 10111110 10101100 10100101 0 1001 1101 11001 10001 10000 1000110

Color Harmonies of #BEACA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEACA5

Black with #BEACA5

Text Example


Text Example

White with #BEACA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEACA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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