#BE8E52

Color #BE8E52 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #BE8E52

Tints of Twine #BE8E52

Color information

#BE8E52 (or 0xBE8E52) is unknown color: approx Twine. HEX triplet: BE, 8E and 52. RGB value is (190,142,82). Sum of RGB (Red+Green+Blue) = 190+142+82=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E52 is #4171AD. Grayscale: #959595. Windows color (decimal): -4288942 or 5410494. OLE color: 5410494.

HSL color Cylindrical-coordinate representation of color #BE8E52: hue angle of 33.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE8E52 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB19014282-
CMYK00.250.570.25
HSL33.33º45.38%53.33%-
HSV(B)33.33º56.84%74.51%-
XYZ32.4330.912.24-
YUV149.5189.9156.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 82 (32.42% from 255) = 19.81%
R=45.89%
G=34.30%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901428200.250.570.2533.3345.3853.33
HexBE8E520193919212d35
Octal2762161220317131415565
Binary1011111010001110101001001100111100111001100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E52; }

 p { color: rgb(190,142,82); }

 H1.HeaderClassName
 {
   color: #BE8E52;
 }
 .AnyTagClassName
 {
   color: #BE8E52;
 }
</style>
background-color css

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

 a { background-color: rgb(190,142,82); }

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

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

 span { border-color: rgb(190,142,82); }

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