#BE9557

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

Shades of Twine #BE9557

Tints of Twine #BE9557

Color information

#BE9557 (or 0xBE9557) is unknown color: approx Twine. HEX triplet: BE, 95 and 57. RGB value is (190,149,87). Sum of RGB (Red+Green+Blue) = 190+149+87=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 87 (34.38% from 255 or 20.42% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9557 is #416AA8. Grayscale: #9A9A9A. Windows color (decimal): -4287145 or 5739966. OLE color: 5739966.

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

Color convert

RGB19014987-
CMYK00.220.540.25
HSL36.12º44.21%54.31%-
HSV(B)36.12º54.21%74.51%-
XYZ33.733.1313.64-
YUV154.1990.08153.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 149 (58.59% from 255) = 34.98%
BLUE value IS 87 (34.38% from 255) = 20.42%
R=44.60%
G=34.98%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901498700.220.540.2536.1244.2154.31
HexBE95570163619242c36
Octal2762251270266631445466
Binary1011111010010101101011101011011011011001100100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9557; }

 p { color: rgb(190,149,87); }

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

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

 a { background-color: rgb(190,149,87); }

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

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

 span { border-color: rgb(190,149,87); }

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