#BE815A

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

Shades of Twine #BE815A

Tints of Twine #BE815A

Color information

#BE815A (or 0xBE815A) is unknown color: approx Twine. HEX triplet: BE, 81 and 5A. RGB value is (190,129,90). Sum of RGB (Red+Green+Blue) = 190+129+90=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE815A is #417EA5. Grayscale: #8F8F8F. Windows color (decimal): -4292262 or 5931454. OLE color: 5931454.

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

Color convert

RGB19012990-
CMYK00.320.530.25
HSL23.4º43.48%54.9%-
HSV(B)23.4º52.63%74.51%-
XYZ30.9327.3913.33-
YUV142.7998.21161.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 90 (35.55% from 255) = 22.00%
R=46.45%
G=31.54%
B=22.00%

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
Decimal1901299000.320.530.2523.443.4854.9
HexBE815A0203519172b37
Octal2762011320406531275367
Binary1011111010000001101101001000001101011100110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE815A; }

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

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

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

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

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

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

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

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