#BE824E

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

Shades of Brandy Punch #BE824E

Tints of Brandy Punch #BE824E

Color information

#BE824E (or 0xBE824E) is unknown color: approx Brandy Punch. HEX triplet: BE, 82 and 4E. RGB value is (190,130,78). Sum of RGB (Red+Green+Blue) = 190+130+78=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE824E is #417DB1. Grayscale: #8E8E8E. Windows color (decimal): -4292018 or 5145278. OLE color: 5145278.

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

Color convert

RGB19013078-
CMYK00.320.590.25
HSL27.86º46.28%52.55%-
HSV(B)27.86º58.95%74.51%-
XYZ30.5927.4610.9-
YUV142.0191.88162.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.74%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 78 (30.86% from 255) = 19.60%
R=47.74%
G=32.66%
B=19.60%

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
Decimal1901307800.320.590.2527.8646.2852.55
HexBE824E0203B191c2e35
Octal2762021160407331345665
Binary1011111010000010100111001000001110111100111100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE824E; }

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

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

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

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

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

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

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

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