Html Css Color HEX #BEA29F Martini

📋 copy color: '#BEA29F'

red 190 ◦ green 162 ◦ blue 159

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

Shades of Martini #BEA29F

Tints of Martini #BEA29F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.7%

 BLUE value IS 159 (62.5% from 255) = 31.12%

R = 37.18%
G = 31.7%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BEA29F (or 0xBEA29F) is known color: Martini. HEX triplet: BE, A2 and 9F. RGB value is (190,162,159). Sum of RGB (Red+Green+Blue) = 190+162+159=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA29F is #415D60. Grayscale: #AAAAAA. Windows color (decimal): -4283745 or 10461886. OLE color: 10461886.

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

Color convert

RGB 190 162 159 -
CMYK 0 0.15 0.16 0.25
HSL 5.81º 0.19% 0.68% -
HSV(B) 5.81º 0.16% 0.75% -
XYZ 40.41 39.29 38.25 -
YUV 170.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 190 162 159 0 0.15 0.16 0.25 5.81 0.19 0.68
Hex BE A2 9F 0 F 10 19 6 13 44
Octal 276 242 237 0 17 20 31 6 23 104
Binary 10111110 10100010 10011111 0 1111 10000 11001 110 10011 1000100

Color Harmonies of #BEA29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA29F

Black with #BEA29F

Text Example


Text Example

White with #BEA29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA29F; }

 p { color: rgb(190,162,159); }

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

background-color css

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

 a { background-color: rgb(190,162,159); }

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

border-color css

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

 span { border-color: rgb(190,162,159); }

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