#BE8C54

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

Shades of Twine #BE8C54

Tints of Twine #BE8C54

Color information

#BE8C54 (or 0xBE8C54) is unknown color: approx Twine. HEX triplet: BE, 8C and 54. RGB value is (190,140,84). Sum of RGB (Red+Green+Blue) = 190+140+84=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 84 (33.20% from 255 or 20.29% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C54 is #4173AB. Grayscale: #949494. Windows color (decimal): -4289452 or 5541054. OLE color: 5541054.

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

Color convert

RGB19014084-
CMYK00.260.560.25
HSL31.7º44.92%53.73%-
HSV(B)31.7º55.79%74.51%-
XYZ32.2130.3412.55-
YUV148.5791.56157.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 84 (33.20% from 255) = 20.29%
R=45.89%
G=33.82%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901408400.260.560.2531.744.9253.73
HexBE8C5401A3819202d36
Octal2762141240327031405566
Binary1011111010001100101010001101011100011001100000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C54; }

 p { color: rgb(190,140,84); }

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

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

 a { background-color: rgb(190,140,84); }

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

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

 span { border-color: rgb(190,140,84); }

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