Html Css Color HEX #BEB3A3 Tea

📋 copy color: '#BEB3A3'

red 190 ◦ green 179 ◦ blue 163

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

Shades of Tea #BEB3A3

Tints of Tea #BEB3A3

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.65%

 BLUE value IS 163 (64.06% from 255) = 30.64%

R = 35.71%
G = 33.65%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BEB3A3 (or 0xBEB3A3) is known color: Tea. HEX triplet: BE, B3 and A3. RGB value is (190,179,163). Sum of RGB (Red+Green+Blue) = 190+179+163=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB3A3 is #414C5C. Grayscale: #B4B4B4. Windows color (decimal): -4279389 or 10728382. OLE color: 10728382.

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

Color convert

RGB 190 179 163 -
CMYK 0 0.06 0.14 0.25
HSL 35.56º 0.17% 0.69% -
HSV(B) 35.56º 0.14% 0.75% -
XYZ 43.97 45.83 41.18 -
YUV 180.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 190 179 163 0 0.06 0.14 0.25 35.56 0.17 0.69
Hex BE B3 A3 0 6 E 19 24 11 45
Octal 276 263 243 0 6 16 31 44 21 105
Binary 10111110 10110011 10100011 0 110 1110 11001 100100 10001 1000101

Color Harmonies of #BEB3A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB3A3

Black with #BEB3A3

Text Example


Text Example

White with #BEB3A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB3A3; }

 p { color: rgb(190,179,163); }

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

background-color css

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

 a { background-color: rgb(190,179,163); }

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

border-color css

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

 span { border-color: rgb(190,179,163); }

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