#BE885E

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

Shades of Twine #BE885E

Tints of Twine #BE885E

Color information

#BE885E (or 0xBE885E) is unknown color: approx Twine. HEX triplet: BE, 88 and 5E. RGB value is (190,136,94). Sum of RGB (Red+Green+Blue) = 190+136+94=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE885E is #4177A1. Grayscale: #939393. Windows color (decimal): -4290466 or 6195390. OLE color: 6195390.

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

Color convert

RGB19013694-
CMYK00.280.510.25
HSL26.25º42.48%55.69%-
HSV(B)26.25º50.53%74.51%-
XYZ32.0629.3614.57-
YUV147.3697.89158.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 94 (37.11% from 255) = 22.38%
R=45.24%
G=32.38%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901369400.280.510.2526.2542.4855.69
HexBE885E01C33191a2a38
Octal2762101360346331325270
Binary101111101000100010111100111001100111100111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE885E; }

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

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

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

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

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

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

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

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