#BE9656

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

Shades of Twine #BE9656

Tints of Twine #BE9656

Color information

#BE9656 (or 0xBE9656) is unknown color: approx Twine. HEX triplet: BE, 96 and 56. RGB value is (190,150,86). Sum of RGB (Red+Green+Blue) = 190+150+86=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9656 is #4169A9. Grayscale: #9A9A9A. Windows color (decimal): -4286890 or 5674686. OLE color: 5674686.

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

Color convert

RGB19015086-
CMYK00.210.550.25
HSL36.92º44.44%54.12%-
HSV(B)36.92º54.74%74.51%-
XYZ33.8233.4313.47-
YUV154.6689.25153.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 86 (33.98% from 255) = 20.19%
R=44.60%
G=35.21%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901508600.210.550.2536.9244.4454.12
HexBE96560153719252c36
Octal2762261260256731455466
Binary1011111010010110101011001010111011111001100101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9656; }

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

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

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

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

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

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

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

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