#BE8146

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

Shades of Brandy Punch #BE8146

Tints of Brandy Punch #BE8146

Color information

#BE8146 (or 0xBE8146) is unknown color: approx Brandy Punch. HEX triplet: BE, 81 and 46. RGB value is (190,129,70). Sum of RGB (Red+Green+Blue) = 190+129+70=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8146 is #417EB9. Grayscale: #8C8C8C. Windows color (decimal): -4292282 or 4620734. OLE color: 4620734.

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

Color convert

RGB19012970-
CMYK00.320.630.25
HSL29.5º48%50.98%-
HSV(B)29.5º63.16%74.51%-
XYZ30.1927.099.43-
YUV140.5188.21163.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.84%
GREEN value IS 129 (50.78% from 255) = 33.16%
BLUE value IS 70 (27.73% from 255) = 17.99%
R=48.84%
G=33.16%
B=17.99%

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
Decimal1901297000.320.630.2529.54850.98
HexBE81460203F191e3033
Octal2762011060407731366063
Binary1011111010000001100011001000001111111100111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8146; }

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

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

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

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

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

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

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

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