#BE915F

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

Shades of Twine #BE915F

Tints of Twine #BE915F

Color information

#BE915F (or 0xBE915F) is unknown color: approx Twine. HEX triplet: BE, 91 and 5F. RGB value is (190,145,95). Sum of RGB (Red+Green+Blue) = 190+145+95=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 95 (37.5% from 255 or 22.09% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE915F is #416EA0. Grayscale: #999999. Windows color (decimal): -4288161 or 6263230. OLE color: 6263230.

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

Color convert

RGB19014595-
CMYK00.240.50.25
HSL31.58º42.22%55.88%-
HSV(B)31.58º50%74.51%-
XYZ33.4332.0215.25-
YUV152.7695.41154.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 95 (37.5% from 255) = 22.09%
R=44.19%
G=33.72%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901459500.240.50.2531.5842.2255.88
HexBE915F0183219202a38
Octal2762211370306231405270
Binary1011111010010001101111101100011001011001100000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE915F; }

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

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

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

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

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

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

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

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