#BE9659

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

Shades of Twine #BE9659

Tints of Twine #BE9659

Color information

#BE9659 (or 0xBE9659) is unknown color: approx Twine. HEX triplet: BE, 96 and 59. RGB value is (190,150,89). Sum of RGB (Red+Green+Blue) = 190+150+89=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9659 is #4169A6. Grayscale: #9B9B9B. Windows color (decimal): -4286887 or 5871294. OLE color: 5871294.

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

Color convert

RGB19015089-
CMYK00.210.530.25
HSL36.24º43.72%54.71%-
HSV(B)36.24º53.16%74.51%-
XYZ33.9433.4814.12-
YUV155.0190.75152.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 89 (35.16% from 255) = 20.75%
R=44.29%
G=34.97%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901508900.210.530.2536.2443.7254.71
HexBE96590153519242c37
Octal2762261310256531445467
Binary1011111010010110101100101010111010111001100100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9659; }

 p { color: rgb(190,150,89); }

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

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

 a { background-color: rgb(190,150,89); }

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

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

 span { border-color: rgb(190,150,89); }

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