Html Css Color HEX #BEB4A3 Tea

📋 copy color: '#BEB4A3'

red 190 ◦ green 180 ◦ blue 163

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

Shades of Tea #BEB4A3

Tints of Tea #BEB4A3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.77%

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

R = 35.65%
G = 33.77%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BEB4A3 (or 0xBEB4A3) is known color: Tea. HEX triplet: BE, B4 and A3. RGB value is (190,180,163). Sum of RGB (Red+Green+Blue) = 190+180+163=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB4A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEB4A3 is #414B5C. Grayscale: #B5B5B5. Windows color (decimal): -4279133 or 10728638. OLE color: 10728638.

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

Color convert

RGB 190 180 163 -
CMYK 0 0.05 0.14 0.25
HSL 37.78º 0.17% 0.69% -
HSV(B) 37.78º 0.14% 0.75% -
XYZ 44.17 46.23 41.25 -
YUV 181.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 190 180 163 0 0.05 0.14 0.25 37.78 0.17 0.69
Hex BE B4 A3 0 5 E 19 26 11 45
Octal 276 264 243 0 5 16 31 46 21 105
Binary 10111110 10110100 10100011 0 101 1110 11001 100110 10001 1000101

Color Harmonies of #BEB4A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB4A3

Black with #BEB4A3

Text Example


Text Example

White with #BEB4A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB4A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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