Html Css Color HEX #BEA7A5 Martini

📋 copy color: '#BEA7A5'

red 190 ◦ green 167 ◦ blue 165

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

Shades of Martini #BEA7A5

Tints of Martini #BEA7A5

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.99%

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

R = 36.4%
G = 31.99%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BEA7A5 (or 0xBEA7A5) is known color: Martini. HEX triplet: BE, A7 and A5. RGB value is (190,167,165). Sum of RGB (Red+Green+Blue) = 190+167+165=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA7A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA7A5 is #41585A. Grayscale: #ADADAD. Windows color (decimal): -4282459 or 10856382. OLE color: 10856382.

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

Color convert

RGB 190 167 165 -
CMYK 0 0.12 0.13 0.25
HSL 4.8º 0.16% 0.7% -
HSV(B) 4.8º 0.13% 0.75% -
XYZ 41.85 41.3 41.36 -
YUV 173.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 190 167 165 0 0.12 0.13 0.25 4.8 0.16 0.7
Hex BE A7 A5 0 C D 19 5 10 46
Octal 276 247 245 0 14 15 31 5 20 106
Binary 10111110 10100111 10100101 0 1100 1101 11001 101 10000 1000110

Color Harmonies of #BEA7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA7A5

Black with #BEA7A5

Text Example


Text Example

White with #BEA7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA7A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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