#BE874F

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

Shades of Twine #BE874F

Tints of Twine #BE874F

Color information

#BE874F (or 0xBE874F) is unknown color: approx Twine. HEX triplet: BE, 87 and 4F. RGB value is (190,135,79). Sum of RGB (Red+Green+Blue) = 190+135+79=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 79 (31.25% from 255 or 19.55% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE874F is #4178B0. Grayscale: #919191. Windows color (decimal): -4290737 or 5212094. OLE color: 5212094.

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

Color convert

RGB19013579-
CMYK00.290.580.25
HSL30.27º46.06%52.75%-
HSV(B)30.27º58.42%74.51%-
XYZ31.3128.8411.31-
YUV145.0690.72160.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 79 (31.25% from 255) = 19.55%
R=47.03%
G=33.42%
B=19.55%

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
Decimal1901357900.290.580.2530.2746.0652.75
HexBE874F01D3A191e2e35
Octal2762071170357231365665
Binary101111101000011110011110111011110101100111110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE874F; }

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

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

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

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

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

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

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

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