#BE855A

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

Shades of Twine #BE855A

Tints of Twine #BE855A

Color information

#BE855A (or 0xBE855A) is unknown color: approx Twine. HEX triplet: BE, 85 and 5A. RGB value is (190,133,90). Sum of RGB (Red+Green+Blue) = 190+133+90=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE855A is #417AA5. Grayscale: #919191. Windows color (decimal): -4291238 or 5932478. OLE color: 5932478.

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

Color convert

RGB19013390-
CMYK00.30.530.25
HSL25.8º43.48%54.9%-
HSV(B)25.8º52.63%74.51%-
XYZ31.4728.4613.51-
YUV145.1496.88160-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=46.00%
G=32.20%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901339000.30.530.2525.843.4854.9
HexBE855A01E35191a2b37
Octal2762051320366531325367
Binary101111101000010110110100111101101011100111010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE855A; }

 p { color: rgb(190,133,90); }

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

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

 a { background-color: rgb(190,133,90); }

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

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

 span { border-color: rgb(190,133,90); }

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