Html Css Color HEX #BEB2A1 Tea

📋 copy color: '#BEB2A1'

red 190 ◦ green 178 ◦ blue 161

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

Shades of Tea #BEB2A1

Tints of Tea #BEB2A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.43%

R = 35.92%
G = 33.65%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BEB2A1 (or 0xBEB2A1) is known color: Tea. HEX triplet: BE, B2 and A1. RGB value is (190,178,161). Sum of RGB (Red+Green+Blue) = 190+178+161=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB2A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BEB2A1 is #414D5E. Grayscale: #B3B3B3. Windows color (decimal): -4279647 or 10597054. OLE color: 10597054.

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

Color convert

RGB 190 178 161 -
CMYK 0 0.06 0.15 0.25
HSL 35.17º 0.18% 0.69% -
HSV(B) 35.17º 0.15% 0.75% -
XYZ 43.59 45.36 40.18 -
YUV 179.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 190 178 161 0 0.06 0.15 0.25 35.17 0.18 0.69
Hex BE B2 A1 0 6 F 19 23 12 45
Octal 276 262 241 0 6 17 31 43 22 105
Binary 10111110 10110010 10100001 0 110 1111 11001 100011 10010 1000101

Color Harmonies of #BEB2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB2A1

Black with #BEB2A1

Text Example


Text Example

White with #BEB2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB2A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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