Html Css Color HEX #BEA299 Martini

📋 copy color: '#BEA299'

red 190 ◦ green 162 ◦ blue 153

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

Shades of Martini #BEA299

Tints of Martini #BEA299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.3%

R = 37.62%
G = 32.08%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BEA299 (or 0xBEA299) is known color: Martini. HEX triplet: BE, A2 and 99. RGB value is (190,162,153). Sum of RGB (Red+Green+Blue) = 190+162+153=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEA299 is #415D66. Grayscale: #A9A9A9. Windows color (decimal): -4283751 or 10068670. OLE color: 10068670.

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

Color convert

RGB 190 162 153 -
CMYK 0 0.15 0.19 0.25
HSL 14.59º 0.22% 0.67% -
HSV(B) 14.59º 0.19% 0.75% -
XYZ 39.91 39.09 35.58 -
YUV 169.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 190 162 153 0 0.15 0.19 0.25 14.59 0.22 0.67
Hex BE A2 99 0 F 13 19 F 16 43
Octal 276 242 231 0 17 23 31 17 26 103
Binary 10111110 10100010 10011001 0 1111 10011 11001 1111 10110 1000011

Color Harmonies of #BEA299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA299

Black with #BEA299

Text Example


Text Example

White with #BEA299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA299; }

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

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

background-color css

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

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

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

border-color css

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

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

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