#BE8961

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

Shades of Twine #BE8961

Tints of Twine #BE8961

Color information

#BE8961 (or 0xBE8961) is unknown color: approx Twine. HEX triplet: BE, 89 and 61. RGB value is (190,137,97). Sum of RGB (Red+Green+Blue) = 190+137+97=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8961 is #41769E. Grayscale: #949494. Windows color (decimal): -4290207 or 6392254. OLE color: 6392254.

HSL color Cylindrical-coordinate representation of color #BE8961: hue angle of 25.81º 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 #BE8961 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19013797-
CMYK00.280.490.25
HSL25.81º41.7%56.27%-
HSV(B)25.81º48.95%74.51%-
XYZ32.3429.715.34-
YUV148.2999.06157.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 97 (38.28% from 255) = 22.88%
R=44.81%
G=32.31%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901379700.280.490.2525.8141.756.27
HexBE896101C31191a2a38
Octal2762111410346131325270
Binary101111101000100111000010111001100011100111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8961; }

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

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

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

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

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

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

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

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