#BE9261

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

Shades of Twine #BE9261

Tints of Twine #BE9261

Color information

#BE9261 (or 0xBE9261) is unknown color: approx Twine. HEX triplet: BE, 92 and 61. RGB value is (190,146,97). Sum of RGB (Red+Green+Blue) = 190+146+97=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9261 is #416D9E. Grayscale: #999999. Windows color (decimal): -4287903 or 6394558. OLE color: 6394558.

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

Color convert

RGB19014697-
CMYK00.230.490.25
HSL31.61º41.7%56.27%-
HSV(B)31.61º48.95%74.51%-
XYZ33.6732.3715.78-
YUV153.5796.08153.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 146 (57.42% from 255) = 33.72%
BLUE value IS 97 (38.28% from 255) = 22.40%
R=43.88%
G=33.72%
B=22.40%

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
Decimal1901469700.230.490.2531.6141.756.27
HexBE92610173119202a38
Octal2762221410276131405270
Binary1011111010010010110000101011111000111001100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9261; }

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

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

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

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

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

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

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

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