#BE825A

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

Shades of Twine #BE825A

Tints of Twine #BE825A

Color information

#BE825A (or 0xBE825A) is unknown color: approx Twine. HEX triplet: BE, 82 and 5A. RGB value is (190,130,90). Sum of RGB (Red+Green+Blue) = 190+130+90=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE825A is #417DA5. Grayscale: #8F8F8F. Windows color (decimal): -4292006 or 5931710. OLE color: 5931710.

HSL color Cylindrical-coordinate representation of color #BE825A: hue angle of 24º 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 #BE825A is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19013090-
CMYK00.320.530.25
HSL24º43.48%54.9%-
HSV(B)24º52.63%74.51%-
XYZ31.0627.6513.37-
YUV143.3897.88161.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 90 (35.55% from 255) = 21.95%
R=46.34%
G=31.71%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901309000.320.530.252443.4854.9
HexBE825A0203519182b37
Octal2762021320406531305367
Binary1011111010000010101101001000001101011100111000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE825A; }

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

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

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

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

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

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

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

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