#BE8259

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

Shades of Twine #BE8259

Tints of Twine #BE8259

Color information

#BE8259 (or 0xBE8259) is unknown color: approx Twine. HEX triplet: BE, 82 and 59. RGB value is (190,130,89). Sum of RGB (Red+Green+Blue) = 190+130+89=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8259 is #417DA6. Grayscale: #8F8F8F. Windows color (decimal): -4292007 or 5866174. OLE color: 5866174.

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

Color convert

RGB19013089-
CMYK00.320.530.25
HSL24.36º43.72%54.71%-
HSV(B)24.36º53.16%74.51%-
XYZ31.0227.6313.15-
YUV143.2797.38161.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 89 (35.16% from 255) = 21.76%
R=46.45%
G=31.78%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901308900.320.530.2524.3643.7254.71
HexBE82590203519182c37
Octal2762021310406531305467
Binary1011111010000010101100101000001101011100111000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8259; }

 p { color: rgb(190,130,89); }

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

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

 a { background-color: rgb(190,130,89); }

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

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

 span { border-color: rgb(190,130,89); }

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