#BE8E5E

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

Shades of Twine #BE8E5E

Tints of Twine #BE8E5E

Color information

#BE8E5E (or 0xBE8E5E) is unknown color: approx Twine. HEX triplet: BE, 8E and 5E. RGB value is (190,142,94). Sum of RGB (Red+Green+Blue) = 190+142+94=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8E5E is #4171A1. Grayscale: #979797. Windows color (decimal): -4288930 or 6196926. OLE color: 6196926.

HSL color Cylindrical-coordinate representation of color #BE8E5E: hue angle of 30º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE8E5E is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19014294-
CMYK00.250.510.25
HSL30º42.48%55.69%-
HSV(B)30º50.53%74.51%-
XYZ32.9331.114.86-
YUV150.8895.9155.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 142 (55.86% from 255) = 33.33%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=44.60%
G=33.33%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901429400.250.510.253042.4855.69
HexBE8E5E01933191e2a38
Octal2762161360316331365270
Binary101111101000111010111100110011100111100111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8E5E; }

 p { color: rgb(190,142,94); }

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

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

 a { background-color: rgb(190,142,94); }

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

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

 span { border-color: rgb(190,142,94); }

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