#BE8448

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

Shades of Brandy Punch #BE8448

Tints of Brandy Punch #BE8448

Color information

#BE8448 (or 0xBE8448) is unknown color: approx Brandy Punch. HEX triplet: BE, 84 and 48. RGB value is (190,132,72). Sum of RGB (Red+Green+Blue) = 190+132+72=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 72 (28.52% from 255 or 18.27% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8448 is #417BB7. Grayscale: #8E8E8E. Windows color (decimal): -4291512 or 4752574. OLE color: 4752574.

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

Color convert

RGB19013272-
CMYK00.310.620.25
HSL30.51º47.58%51.37%-
HSV(B)30.51º62.11%74.51%-
XYZ30.6627.929.9-
YUV142.588.22161.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 72 (28.52% from 255) = 18.27%
R=48.22%
G=33.50%
B=18.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901327200.310.620.2530.5147.5851.37
HexBE844801F3E191f3033
Octal2762041100377631376063
Binary101111101000010010010000111111111101100111111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8448; }

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

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

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

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

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

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

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

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