#BE8054

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

Shades of Twine #BE8054

Tints of Twine #BE8054

Color information

#BE8054 (or 0xBE8054) is unknown color: approx Twine. HEX triplet: BE, 80 and 54. RGB value is (190,128,84). Sum of RGB (Red+Green+Blue) = 190+128+84=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8054 is #417FAB. Grayscale: #8D8D8D. Windows color (decimal): -4292524 or 5537982. OLE color: 5537982.

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

Color convert

RGB19012884-
CMYK00.330.560.25
HSL24.91º44.92%53.73%-
HSV(B)24.91º55.79%74.51%-
XYZ30.5527.0311.99-
YUV141.5295.54162.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 128 (50.39% from 255) = 31.84%
BLUE value IS 84 (33.20% from 255) = 20.90%
R=47.26%
G=31.84%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901288400.330.560.2524.9144.9253.73
HexBE80540213819192d36
Octal2762001240417031315566
Binary1011111010000000101010001000011110001100111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8054; }

 p { color: rgb(190,128,84); }

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

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

 a { background-color: rgb(190,128,84); }

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

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

 span { border-color: rgb(190,128,84); }

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