#BE8A61

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

Shades of Twine #BE8A61

Tints of Twine #BE8A61

Color information

#BE8A61 (or 0xBE8A61) is unknown color: approx Twine. HEX triplet: BE, 8A and 61. RGB value is (190,138,97). Sum of RGB (Red+Green+Blue) = 190+138+97=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A61 is #41759E. Grayscale: #959595. Windows color (decimal): -4289951 or 6392510. OLE color: 6392510.

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

Color convert

RGB19013897-
CMYK00.270.490.25
HSL26.45º41.7%56.27%-
HSV(B)26.45º48.95%74.51%-
XYZ32.4829.9915.39-
YUV148.8798.73157.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=44.71%
G=32.47%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901389700.270.490.2526.4541.756.27
HexBE8A6101B31191a2a38
Octal2762121410336131325270
Binary101111101000101011000010110111100011100111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8A61; }

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

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

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

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

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

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

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

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