#be8756

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

Shades of Twine #BE8756

Tints of Twine #BE8756

Color information

#BE8756 (or 0xBE8756) is unknown color: approx Twine. HEX triplet: BE, 87 and 56. RGB value is (190,135,86). Sum of RGB (Red+Green+Blue) = 190+135+86=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8756 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8756 is #4178A9. Grayscale: #929292. Windows color (decimal): -4290730 or 5670846. OLE color: 5670846.

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

Color convert

RGB19013586-
CMYK00.290.550.25
HSL28.27º44.44%54.12%-
HSV(B)28.27º54.74%74.51%-
XYZ31.5828.9512.73-
YUV145.8694.22159.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 86 (33.98% from 255) = 20.92%
R=46.23%
G=32.85%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901358600.290.550.2528.2744.4454.12
HexBE875601D37191c2c36
Octal2762071260356731345466
Binary101111101000011110101100111011101111100111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be8756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be8756; }

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

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

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

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

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

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

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

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