Html Css Color HEX #BEB59F Tea

📋 copy color: '#BEB59F'

red 190 ◦ green 181 ◦ blue 159

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

Shades of Tea #BEB59F

Tints of Tea #BEB59F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.15%

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

R = 35.85%
G = 34.15%
B = 30%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BEB59F (or 0xBEB59F) is known color: Tea. HEX triplet: BE, B5 and 9F. RGB value is (190,181,159). Sum of RGB (Red+Green+Blue) = 190+181+159=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB59F is #414A60. Grayscale: #B5B5B5. Windows color (decimal): -4278881 or 10466750. OLE color: 10466750.

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

Color convert

RGB 190 181 159 -
CMYK 0 0.05 0.16 0.25
HSL 42.58º 0.19% 0.68% -
HSV(B) 42.58º 0.16% 0.75% -
XYZ 44.02 46.5 39.46 -
YUV 181.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 190 181 159 0 0.05 0.16 0.25 42.58 0.19 0.68
Hex BE B5 9F 0 5 10 19 2B 13 44
Octal 276 265 237 0 5 20 31 53 23 104
Binary 10111110 10110101 10011111 0 101 10000 11001 101011 10011 1000100

Color Harmonies of #BEB59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB59F

Black with #BEB59F

Text Example


Text Example

White with #BEB59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB59F; }

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

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

background-color css

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

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

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

border-color css

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

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

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