#BE8148

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

Shades of Brandy Punch #BE8148

Tints of Brandy Punch #BE8148

Color information

#BE8148 (or 0xBE8148) is unknown color: approx Brandy Punch. HEX triplet: BE, 81 and 48. RGB value is (190,129,72). Sum of RGB (Red+Green+Blue) = 190+129+72=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8148 is #417EB7. Grayscale: #8D8D8D. Windows color (decimal): -4292280 or 4751806. OLE color: 4751806.

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

Color convert

RGB19012972-
CMYK00.320.620.25
HSL28.98º47.58%51.37%-
HSV(B)28.98º62.11%74.51%-
XYZ30.2627.129.77-
YUV140.7489.21163.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 129 (50.78% from 255) = 32.99%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=48.59%
G=32.99%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901297200.320.620.2528.9847.5851.37
HexBE81480203E191d3033
Octal2762011100407631356063
Binary1011111010000001100100001000001111101100111101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8148; }

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

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

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

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

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

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

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

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