#BE8155

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

Shades of Twine #BE8155

Tints of Twine #BE8155

Color information

#BE8155 (or 0xBE8155) is unknown color: approx Twine. HEX triplet: BE, 81 and 55. RGB value is (190,129,85). Sum of RGB (Red+Green+Blue) = 190+129+85=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8155 is #417EAA. Grayscale: #8E8E8E. Windows color (decimal): -4292267 or 5603774. OLE color: 5603774.

HSL color Cylindrical-coordinate representation of color #BE8155: hue angle of 25.14º degrees, saturation: 0.45, 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 #BE8155 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19012985-
CMYK00.320.550.25
HSL25.14º44.68%53.92%-
HSV(B)25.14º55.26%74.51%-
XYZ30.7327.312.25-
YUV142.2295.71162.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 129 (50.78% from 255) = 31.93%
BLUE value IS 85 (33.59% from 255) = 21.04%
R=47.03%
G=31.93%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901298500.320.550.2525.1444.6853.92
HexBE81550203719192d36
Octal2762011250406731315566
Binary1011111010000001101010101000001101111100111001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8155; }

 p { color: rgb(190,129,85); }

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

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

 a { background-color: rgb(190,129,85); }

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

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

 span { border-color: rgb(190,129,85); }

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