#BE8447

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

Shades of Brandy Punch #BE8447

Tints of Brandy Punch #BE8447

Color information

#BE8447 (or 0xBE8447) is unknown color: approx Brandy Punch. HEX triplet: BE, 84 and 47. RGB value is (190,132,71). Sum of RGB (Red+Green+Blue) = 190+132+71=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8447 is #417BB8. Grayscale: #8E8E8E. Windows color (decimal): -4291513 or 4687038. OLE color: 4687038.

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

Color convert

RGB19013271-
CMYK00.310.630.25
HSL30.76º47.79%51.18%-
HSV(B)30.76º62.63%74.51%-
XYZ30.6227.99.73-
YUV142.3987.72161.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 71 (28.12% from 255) = 18.07%
R=48.35%
G=33.59%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901327100.310.630.2530.7647.7951.18
HexBE844701F3F191f3033
Octal2762041070377731376063
Binary101111101000010010001110111111111111100111111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8447; }

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

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

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

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

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

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

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

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