#BE8156

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

Shades of Twine #BE8156

Tints of Twine #BE8156

Color information

#BE8156 (or 0xBE8156) is unknown color: approx Twine. HEX triplet: BE, 81 and 56. RGB value is (190,129,86). Sum of RGB (Red+Green+Blue) = 190+129+86=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8156 is #417EA9. Grayscale: #8E8E8E. Windows color (decimal): -4292266 or 5669310. OLE color: 5669310.

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

Color convert

RGB19012986-
CMYK00.320.550.25
HSL24.81º44.44%54.12%-
HSV(B)24.81º54.74%74.51%-
XYZ30.7727.3212.46-
YUV142.3496.21162-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 86 (33.98% from 255) = 21.23%
R=46.91%
G=31.85%
B=21.23%

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
Decimal1901298600.320.550.2524.8144.4454.12
HexBE81560203719192c36
Octal2762011260406731315466
Binary1011111010000001101011001000001101111100111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8156; }

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

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

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

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

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

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

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

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