#BE8655

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

Shades of Twine #BE8655

Tints of Twine #BE8655

Color information

#BE8655 (or 0xBE8655) is unknown color: approx Twine. HEX triplet: BE, 86 and 55. RGB value is (190,134,85). Sum of RGB (Red+Green+Blue) = 190+134+85=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8655 is #4179AA. Grayscale: #919191. Windows color (decimal): -4290987 or 5605054. OLE color: 5605054.

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

Color convert

RGB19013485-
CMYK00.290.550.25
HSL28º44.68%53.92%-
HSV(B)28º55.26%74.51%-
XYZ31.428.6512.47-
YUV145.1694.05159.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 85 (33.59% from 255) = 20.78%
R=46.45%
G=32.76%
B=20.78%

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
Decimal1901348500.290.550.252844.6853.92
HexBE865501D37191c2d36
Octal2762061250356731345566
Binary101111101000011010101010111011101111100111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8655; }

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

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

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

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

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

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

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

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