#BE935F

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

Shades of Twine #BE935F

Tints of Twine #BE935F

Color information

#BE935F (or 0xBE935F) is unknown color: approx Twine. HEX triplet: BE, 93 and 5F. RGB value is (190,147,95). Sum of RGB (Red+Green+Blue) = 190+147+95=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE935F is #416CA0. Grayscale: #9A9A9A. Windows color (decimal): -4287649 or 6263742. OLE color: 6263742.

HSL color Cylindrical-coordinate representation of color #BE935F: hue angle of 32.84º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE935F is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.25.

Color convert

RGB19014795-
CMYK00.230.50.25
HSL32.84º42.22%55.88%-
HSV(B)32.84º50%74.51%-
XYZ33.7332.6415.35-
YUV153.9394.75153.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 147 (57.81% from 255) = 34.03%
BLUE value IS 95 (37.5% from 255) = 21.99%
R=43.98%
G=34.03%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901479500.230.50.2532.8442.2255.88
HexBE935F0173219212a38
Octal2762231370276231415270
Binary1011111010010011101111101011111001011001100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE935F; }

 p { color: rgb(190,147,95); }

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

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

 a { background-color: rgb(190,147,95); }

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

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

 span { border-color: rgb(190,147,95); }

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