#BE814E

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

Shades of Brandy Punch #BE814E

Tints of Brandy Punch #BE814E

Color information

#BE814E (or 0xBE814E) is unknown color: approx Brandy Punch. HEX triplet: BE, 81 and 4E. RGB value is (190,129,78). Sum of RGB (Red+Green+Blue) = 190+129+78=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE814E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE814E is #417EB1. Grayscale: #8D8D8D. Windows color (decimal): -4292274 or 5145022. OLE color: 5145022.

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

Color convert

RGB19012978-
CMYK00.320.590.25
HSL27.32º46.28%52.55%-
HSV(B)27.32º58.95%74.51%-
XYZ30.4627.210.85-
YUV141.4292.21162.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=47.86%
G=32.49%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901297800.320.590.2527.3246.2852.55
HexBE814E0203B191b2e35
Octal2762011160407331335665
Binary1011111010000001100111001000001110111100111011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE814E; }

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

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

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

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

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

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

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

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