#BE8554

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

Shades of Twine #BE8554

Tints of Twine #BE8554

Color information

#BE8554 (or 0xBE8554) is unknown color: approx Twine. HEX triplet: BE, 85 and 54. RGB value is (190,133,84). Sum of RGB (Red+Green+Blue) = 190+133+84=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8554 is #417AAB. Grayscale: #909090. Windows color (decimal): -4291244 or 5539262. OLE color: 5539262.

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

Color convert

RGB19013384-
CMYK00.30.560.25
HSL27.74º44.92%53.73%-
HSV(B)27.74º55.79%74.51%-
XYZ31.2228.3612.22-
YUV144.4693.88160.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 84 (33.20% from 255) = 20.64%
R=46.68%
G=32.68%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901338400.30.560.2527.7444.9253.73
HexBE855401E38191c2d36
Octal2762051240367031345566
Binary101111101000010110101000111101110001100111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8554; }

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

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

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

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

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

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

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

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