#BE8351

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

Shades of Twine #BE8351

Tints of Twine #BE8351

Color information

#BE8351 (or 0xBE8351) is unknown color: approx Twine. HEX triplet: BE, 83 and 51. RGB value is (190,131,81). Sum of RGB (Red+Green+Blue) = 190+131+81=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 81 (32.03% from 255 or 20.15% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8351 is #417CAE. Grayscale: #8F8F8F. Windows color (decimal): -4291759 or 5342142. OLE color: 5342142.

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

Color convert

RGB19013181-
CMYK00.310.570.25
HSL27.52º45.61%53.14%-
HSV(B)27.52º57.37%74.51%-
XYZ30.8427.7711.52-
YUV142.9493.05161.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 81 (32.03% from 255) = 20.15%
R=47.26%
G=32.59%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901318100.310.570.2527.5245.6153.14
HexBE835101F39191c2e35
Octal2762031210377131345665
Binary101111101000001110100010111111110011100111100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8351; }

 p { color: rgb(190,131,81); }

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

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

 a { background-color: rgb(190,131,81); }

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

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

 span { border-color: rgb(190,131,81); }

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