#BE9058

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

Shades of Twine #BE9058

Tints of Twine #BE9058

Color information

#BE9058 (or 0xBE9058) is unknown color: approx Twine. HEX triplet: BE, 90 and 58. RGB value is (190,144,88). Sum of RGB (Red+Green+Blue) = 190+144+88=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9058 is #416FA7. Grayscale: #979797. Windows color (decimal): -4288424 or 5804222. OLE color: 5804222.

HSL color Cylindrical-coordinate representation of color #BE9058: hue angle of 32.94º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE9058 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB19014488-
CMYK00.240.540.25
HSL32.94º43.97%54.51%-
HSV(B)32.94º53.68%74.51%-
XYZ32.9731.613.59-
YUV151.3792.24155.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 88 (34.77% from 255) = 20.85%
R=45.02%
G=34.12%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901448800.240.540.2532.9443.9754.51
HexBE90580183619212c37
Octal2762201300306631415467
Binary1011111010010000101100001100011011011001100001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9058; }

 p { color: rgb(190,144,88); }

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

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

 a { background-color: rgb(190,144,88); }

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

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

 span { border-color: rgb(190,144,88); }

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