#BE9061

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

Shades of Twine #BE9061

Tints of Twine #BE9061

Color information

#BE9061 (or 0xBE9061) is unknown color: approx Twine. HEX triplet: BE, 90 and 61. RGB value is (190,144,97). Sum of RGB (Red+Green+Blue) = 190+144+97=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9061 is #416F9E. Grayscale: #989898. Windows color (decimal): -4288415 or 6394046. OLE color: 6394046.

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

Color convert

RGB19014497-
CMYK00.240.490.25
HSL30.32º41.7%56.27%-
HSV(B)30.32º48.95%74.51%-
XYZ33.3731.7615.68-
YUV152.496.74154.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=44.08%
G=33.41%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901449700.240.490.2530.3241.756.27
HexBE906101831191e2a38
Octal2762201410306131365270
Binary101111101001000011000010110001100011100111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9061; }

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

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

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

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

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

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

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

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