#BE8247

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

Shades of Brandy Punch #BE8247

Tints of Brandy Punch #BE8247

Color information

#BE8247 (or 0xBE8247) is unknown color: approx Brandy Punch. HEX triplet: BE, 82 and 47. RGB value is (190,130,71). Sum of RGB (Red+Green+Blue) = 190+130+71=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8247 is #417DB8. Grayscale: #8D8D8D. Windows color (decimal): -4292025 or 4686526. OLE color: 4686526.

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

Color convert

RGB19013071-
CMYK00.320.630.25
HSL29.75º47.79%51.18%-
HSV(B)29.75º62.63%74.51%-
XYZ30.3627.379.64-
YUV141.2188.38162.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 130 (51.17% from 255) = 33.25%
BLUE value IS 71 (28.12% from 255) = 18.16%
R=48.59%
G=33.25%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901307100.320.630.2529.7547.7951.18
HexBE82470203F191e3033
Octal2762021070407731366063
Binary1011111010000010100011101000001111111100111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8247; }

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

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

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

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

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

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

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

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