#BE9655

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

Shades of Twine #BE9655

Tints of Twine #BE9655

Color information

#BE9655 (or 0xBE9655) is unknown color: approx Twine. HEX triplet: BE, 96 and 55. RGB value is (190,150,85). Sum of RGB (Red+Green+Blue) = 190+150+85=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9655 is #4169AA. Grayscale: #9A9A9A. Windows color (decimal): -4286891 or 5609150. OLE color: 5609150.

HSL color Cylindrical-coordinate representation of color #BE9655: hue angle of 37.14º degrees, saturation: 0.45, 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 #BE9655 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19015085-
CMYK00.210.550.25
HSL37.14º44.68%53.92%-
HSV(B)37.14º55.26%74.51%-
XYZ33.7833.4213.26-
YUV154.5588.75153.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 85 (33.59% from 255) = 20%
R=44.71%
G=35.29%
B=20%

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
Decimal1901508500.210.550.2537.1444.6853.92
HexBE96550153719252d36
Octal2762261250256731455566
Binary1011111010010110101010101010111011111001100101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9655; }

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

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

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

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

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

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

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

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