#BE8850

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

Shades of Twine #BE8850

Tints of Twine #BE8850

Color information

#BE8850 (or 0xBE8850) is unknown color: approx Twine. HEX triplet: BE, 88 and 50. RGB value is (190,136,80). Sum of RGB (Red+Green+Blue) = 190+136+80=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8850 is #4177AF. Grayscale: #929292. Windows color (decimal): -4290480 or 5277886. OLE color: 5277886.

HSL color Cylindrical-coordinate representation of color #BE8850: hue angle of 30.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE8850 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19013680-
CMYK00.280.580.25
HSL30.55º45.83%52.94%-
HSV(B)30.55º57.89%74.51%-
XYZ31.4929.1311.55-
YUV145.7690.89159.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 136 (53.52% from 255) = 33.50%
BLUE value IS 80 (31.64% from 255) = 19.70%
R=46.80%
G=33.50%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901368000.280.580.2530.5545.8352.94
HexBE885001C3A191f2e35
Octal2762101200347231375665
Binary101111101000100010100000111001110101100111111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8850; }

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

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

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

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

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

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

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

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