Html Css Color HEX #BEB6AA Tea

📋 copy color: '#BEB6AA'

red 190 ◦ green 182 ◦ blue 170

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

Shades of Tea #BEB6AA

Tints of Tea #BEB6AA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.58%

 BLUE value IS 170 (66.8% from 255) = 31.37%

R = 35.06%
G = 33.58%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BEB6AA (or 0xBEB6AA) is known color: Tea. HEX triplet: BE, B6 and AA. RGB value is (190,182,170). Sum of RGB (Red+Green+Blue) = 190+182+170=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 170 (66.80% from 255 or 31.37% from 542); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB6AA is #414955. Grayscale: #B7B7B7. Windows color (decimal): -4278614 or 11187902. OLE color: 11187902.

HSL color Cylindrical-coordinate representation of color #BEB6AA: hue angle of 36º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEB6AA is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 182 170 -
CMYK 0 0.04 0.11 0.25
HSL 36º 0.13% 0.71% -
HSV(B) 36º 0.11% 0.75% -
XYZ 45.22 47.31 44.78 -
YUV 183.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 190 182 170 0 0.04 0.11 0.25 36 0.13 0.71
Hex BE B6 AA 0 4 B 19 24 D 47
Octal 276 266 252 0 4 13 31 44 15 107
Binary 10111110 10110110 10101010 0 100 1011 11001 100100 1101 1000111

Color Harmonies of #BEB6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB6AA

Black with #BEB6AA

Text Example


Text Example

White with #BEB6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB6AA; }

 p { color: rgb(190,182,170); }

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

background-color css

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

 a { background-color: rgb(190,182,170); }

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

border-color css

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

 span { border-color: rgb(190,182,170); }

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