#BE8F55

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

Shades of Twine #BE8F55

Tints of Twine #BE8F55

Color information

#BE8F55 (or 0xBE8F55) is unknown color: approx Twine. HEX triplet: BE, 8F and 55. RGB value is (190,143,85). Sum of RGB (Red+Green+Blue) = 190+143+85=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8F55 is #4170AA. Grayscale: #969696. Windows color (decimal): -4288683 or 5607358. OLE color: 5607358.

HSL color Cylindrical-coordinate representation of color #BE8F55: hue angle of 33.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE8F55 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19014385-
CMYK00.250.550.25
HSL33.14º44.68%53.92%-
HSV(B)33.14º55.26%74.51%-
XYZ32.731.2512.9-
YUV150.4491.07156.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 85 (33.59% from 255) = 20.33%
R=45.45%
G=34.21%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901438500.250.550.2533.1444.6853.92
HexBE8F550193719212d36
Octal2762171250316731415566
Binary1011111010001111101010101100111011111001100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8F55; }

 p { color: rgb(190,143,85); }

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

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

 a { background-color: rgb(190,143,85); }

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

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

 span { border-color: rgb(190,143,85); }

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