#BE8D52

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

Shades of Twine #BE8D52

Tints of Twine #BE8D52

Color information

#BE8D52 (or 0xBE8D52) is unknown color: approx Twine. HEX triplet: BE, 8D and 52. RGB value is (190,141,82). Sum of RGB (Red+Green+Blue) = 190+141+82=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 82 (32.42% from 255 or 19.85% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D52 is #4172AD. Grayscale: #959595. Windows color (decimal): -4289198 or 5410238. OLE color: 5410238.

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

Color convert

RGB19014182-
CMYK00.260.570.25
HSL32.78º45.38%53.33%-
HSV(B)32.78º56.84%74.51%-
XYZ32.2830.6112.19-
YUV148.9390.23157.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 82 (32.42% from 255) = 19.85%
R=46.00%
G=34.14%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901418200.260.570.2532.7845.3853.33
HexBE8D5201A3919212d35
Octal2762151220327131415565
Binary1011111010001101101001001101011100111001100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D52; }

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

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

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

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

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

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

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

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