Html Css Color HEX #BEB29F Tea

📋 copy color: '#BEB29F'

red 190 ◦ green 178 ◦ blue 159

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

Shades of Tea #BEB29F

Tints of Tea #BEB29F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.78%

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

R = 36.05%
G = 33.78%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BEB29F (or 0xBEB29F) is known color: Tea. HEX triplet: BE, B2 and 9F. RGB value is (190,178,159). Sum of RGB (Red+Green+Blue) = 190+178+159=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB29F is #414D60. Grayscale: #B3B3B3. Windows color (decimal): -4279649 or 10465982. OLE color: 10465982.

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

Color convert

RGB 190 178 159 -
CMYK 0 0.06 0.16 0.25
HSL 36.77º 0.19% 0.68% -
HSV(B) 36.77º 0.16% 0.75% -
XYZ 43.41 45.29 39.25 -
YUV 179.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 190 178 159 0 0.06 0.16 0.25 36.77 0.19 0.68
Hex BE B2 9F 0 6 10 19 25 13 44
Octal 276 262 237 0 6 20 31 45 23 104
Binary 10111110 10110010 10011111 0 110 10000 11001 100101 10011 1000100

Color Harmonies of #BEB29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB29F

Black with #BEB29F

Text Example


Text Example

White with #BEB29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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