#BE8D5F

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

Shades of Twine #BE8D5F

Tints of Twine #BE8D5F

Color information

#BE8D5F (or 0xBE8D5F) is unknown color: approx Twine. HEX triplet: BE, 8D and 5F. RGB value is (190,141,95). Sum of RGB (Red+Green+Blue) = 190+141+95=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 95 (37.5% from 255 or 22.30% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8D5F is #4172A0. Grayscale: #969696. Windows color (decimal): -4289185 or 6262206. OLE color: 6262206.

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

Color convert

RGB19014195-
CMYK00.260.50.25
HSL29.05º42.22%55.88%-
HSV(B)29.05º50%74.51%-
XYZ32.8330.8215.05-
YUV150.4196.73156.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 95 (37.5% from 255) = 22.30%
R=44.60%
G=33.10%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901419500.260.50.2529.0542.2255.88
HexBE8D5F01A32191d2a38
Octal2762151370326231355270
Binary101111101000110110111110110101100101100111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8D5F; }

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

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

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

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

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

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

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

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