#BE8C5D

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

Shades of Twine #BE8C5D

Tints of Twine #BE8C5D

Color information

#BE8C5D (or 0xBE8C5D) is unknown color: approx Twine. HEX triplet: BE, 8C and 5D. RGB value is (190,140,93). Sum of RGB (Red+Green+Blue) = 190+140+93=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C5D is #4173A2. Grayscale: #959595. Windows color (decimal): -4289443 or 6130878. OLE color: 6130878.

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

Color convert

RGB19014093-
CMYK00.260.510.25
HSL29.07º42.73%55.49%-
HSV(B)29.07º51.05%74.51%-
XYZ32.5930.4914.52-
YUV149.5996.06156.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 140 (55.08% from 255) = 33.10%
BLUE value IS 93 (36.72% from 255) = 21.99%
R=44.92%
G=33.10%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901409300.260.510.2529.0742.7355.49
HexBE8C5D01A33191d2b37
Octal2762141350326331355367
Binary101111101000110010111010110101100111100111101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C5D; }

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

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

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

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

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

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

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

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