#BE844E

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

Shades of Brandy Punch #BE844E

Tints of Brandy Punch #BE844E

Color information

#BE844E (or 0xBE844E) is unknown color: approx Brandy Punch. HEX triplet: BE, 84 and 4E. RGB value is (190,132,78). Sum of RGB (Red+Green+Blue) = 190+132+78=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE844E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE844E is #417BB1. Grayscale: #8F8F8F. Windows color (decimal): -4291506 or 5145790. OLE color: 5145790.

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

Color convert

RGB19013278-
CMYK00.310.590.25
HSL28.93º46.28%52.55%-
HSV(B)28.93º58.95%74.51%-
XYZ30.862810.99-
YUV143.1991.22161.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 132 (51.95% from 255) = 33%
BLUE value IS 78 (30.86% from 255) = 19.5%
R=47.5%
G=33%
B=19.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901327800.310.590.2528.9346.2852.55
HexBE844E01F3B191d2e35
Octal2762041160377331355665
Binary101111101000010010011100111111110111100111101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE844E; }

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

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

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

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

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

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

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

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