#BE9260

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

Shades of Twine #BE9260

Tints of Twine #BE9260

Color information

#BE9260 (or 0xBE9260) is unknown color: approx Twine. HEX triplet: BE, 92 and 60. RGB value is (190,146,96). Sum of RGB (Red+Green+Blue) = 190+146+96=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9260 is #416D9F. Grayscale: #999999. Windows color (decimal): -4287904 or 6329022. OLE color: 6329022.

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

Color convert

RGB19014696-
CMYK00.230.490.25
HSL31.91º41.96%56.08%-
HSV(B)31.91º49.47%74.51%-
XYZ33.6332.3515.54-
YUV153.4695.58154.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 146 (57.42% from 255) = 33.80%
BLUE value IS 96 (37.89% from 255) = 22.22%
R=43.98%
G=33.80%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901469600.230.490.2531.9141.9656.08
HexBE92600173119202a38
Octal2762221400276131405270
Binary1011111010010010110000001011111000111001100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9260; }

 p { color: rgb(190,146,96); }

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

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

 a { background-color: rgb(190,146,96); }

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

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

 span { border-color: rgb(190,146,96); }

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