#BE8C63

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

Shades of Twine #BE8C63

Tints of Twine #BE8C63

Color information

#BE8C63 (or 0xBE8C63) is unknown color: approx Twine. HEX triplet: BE, 8C and 63. RGB value is (190,140,99). Sum of RGB (Red+Green+Blue) = 190+140+99=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C63 is #41739C. Grayscale: #969696. Windows color (decimal): -4289437 or 6524094. OLE color: 6524094.

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

Color convert

RGB19014099-
CMYK00.260.480.25
HSL27.03º41.18%56.67%-
HSV(B)27.03º47.89%74.51%-
XYZ32.8730.615.98-
YUV150.2899.06156.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 99 (39.06% from 255) = 23.08%
R=44.29%
G=32.63%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901409900.260.480.2527.0341.1856.67
HexBE8C6301A30191b2939
Octal2762141430326031335171
Binary101111101000110011000110110101100001100111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C63; }

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

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

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

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

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

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

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

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