Html Css Color HEX #BEB5A8 Tea

📋 copy color: '#BEB5A8'

red 190 ◦ green 181 ◦ blue 168

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

Shades of Tea #BEB5A8

Tints of Tea #BEB5A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.17%

R = 35.25%
G = 33.58%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BEB5A8 (or 0xBEB5A8) is known color: Tea. HEX triplet: BE, B5 and A8. RGB value is (190,181,168). Sum of RGB (Red+Green+Blue) = 190+181+168=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB5A8 is #414A57. Grayscale: #B6B6B6. Windows color (decimal): -4278872 or 11056574. OLE color: 11056574.

HSL color Cylindrical-coordinate representation of color #BEB5A8: hue angle of 35.45º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BEB5A8 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 181 168 -
CMYK 0 0.05 0.12 0.25
HSL 35.45º 0.14% 0.7% -
HSV(B) 35.45º 0.12% 0.75% -
XYZ 44.83 46.82 43.72 -
YUV 182.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 190 181 168 0 0.05 0.12 0.25 35.45 0.14 0.7
Hex BE B5 A8 0 5 C 19 23 E 46
Octal 276 265 250 0 5 14 31 43 16 106
Binary 10111110 10110101 10101000 0 101 1100 11001 100011 1110 1000110

Color Harmonies of #BEB5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB5A8

Black with #BEB5A8

Text Example


Text Example

White with #BEB5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB5A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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