#BE854E

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

Shades of Twine #BE854E

Tints of Twine #BE854E

Color information

#BE854E (or 0xBE854E) is unknown color: approx Twine. HEX triplet: BE, 85 and 4E. RGB value is (190,133,78). Sum of RGB (Red+Green+Blue) = 190+133+78=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE854E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE854E is #417AB1. Grayscale: #909090. Windows color (decimal): -4291250 or 5146046. OLE color: 5146046.

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

Color convert

RGB19013378-
CMYK00.30.590.25
HSL29.46º46.28%52.55%-
HSV(B)29.46º58.95%74.51%-
XYZ3128.2711.03-
YUV143.7790.88160.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 78 (30.86% from 255) = 19.45%
R=47.38%
G=33.17%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901337800.30.590.2529.4646.2852.55
HexBE854E01E3B191d2e35
Octal2762051160367331355665
Binary101111101000010110011100111101110111100111101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE854E; }

 p { color: rgb(190,133,78); }

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

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

 a { background-color: rgb(190,133,78); }

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

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

 span { border-color: rgb(190,133,78); }

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