#BE864F

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

Shades of Twine #BE864F

Tints of Twine #BE864F

Color information

#BE864F (or 0xBE864F) is unknown color: approx Twine. HEX triplet: BE, 86 and 4F. RGB value is (190,134,79). Sum of RGB (Red+Green+Blue) = 190+134+79=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 79 (31.25% from 255 or 19.60% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE864F is #4179B0. Grayscale: #909090. Windows color (decimal): -4290993 or 5211838. OLE color: 5211838.

HSL color Cylindrical-coordinate representation of color #BE864F: hue angle of 29.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE864F is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19013479-
CMYK00.290.580.25
HSL29.73º46.06%52.75%-
HSV(B)29.73º58.42%74.51%-
XYZ31.1728.5611.27-
YUV144.4791.05160.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 79 (31.25% from 255) = 19.60%
R=47.15%
G=33.25%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901347900.290.580.2529.7346.0652.75
HexBE864F01D3A191e2e35
Octal2762061170357231365665
Binary101111101000011010011110111011110101100111110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE864F; }

 p { color: rgb(190,134,79); }

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

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

 a { background-color: rgb(190,134,79); }

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

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

 span { border-color: rgb(190,134,79); }

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