#BE8441

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

Shades of Brandy Punch #BE8441

Tints of Brandy Punch #BE8441

Color information

#BE8441 (or 0xBE8441) is unknown color: approx Brandy Punch. HEX triplet: BE, 84 and 41. RGB value is (190,132,65). Sum of RGB (Red+Green+Blue) = 190+132+65=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8441 is #417BBE. Grayscale: #8E8E8E. Windows color (decimal): -4291519 or 4293822. OLE color: 4293822.

HSL color Cylindrical-coordinate representation of color #BE8441: hue angle of 32.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE8441 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19013265-
CMYK00.310.660.25
HSL32.16º49.02%50%-
HSV(B)32.16º65.79%74.51%-
XYZ30.4427.838.77-
YUV141.784.72162.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=49.10%
G=34.11%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901326500.310.660.2532.1649.0250
HexBE844101F4219203132
Octal27620410103710231406162
Binary10111110100001001000001011111100001011001100000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8441; }

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

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

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

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

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

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

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

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