#BE8A56

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

Shades of Twine #BE8A56

Tints of Twine #BE8A56

Color information

#BE8A56 (or 0xBE8A56) is unknown color: approx Twine. HEX triplet: BE, 8A and 56. RGB value is (190,138,86). Sum of RGB (Red+Green+Blue) = 190+138+86=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A56 is #4175A9. Grayscale: #939393. Windows color (decimal): -4289962 or 5671614. OLE color: 5671614.

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

Color convert

RGB19013886-
CMYK00.270.550.25
HSL30º44.44%54.12%-
HSV(B)30º54.74%74.51%-
XYZ3229.812.87-
YUV147.6293.23158.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 20.77%
R=45.89%
G=33.33%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901388600.270.550.253044.4454.12
HexBE8A5601B37191e2c36
Octal2762121260336731365466
Binary101111101000101010101100110111101111100111110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A56; }

 p { color: rgb(190,138,86); }

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

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

 a { background-color: rgb(190,138,86); }

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

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

 span { border-color: rgb(190,138,86); }

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