#BE8244

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

Shades of Brandy Punch #BE8244

Tints of Brandy Punch #BE8244

Color information

#BE8244 (or 0xBE8244) is unknown color: approx Brandy Punch. HEX triplet: BE, 82 and 44. RGB value is (190,130,68). Sum of RGB (Red+Green+Blue) = 190+130+68=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 68 (26.95% from 255 or 17.53% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8244 is #417DBB. Grayscale: #8D8D8D. Windows color (decimal): -4292028 or 4489918. OLE color: 4489918.

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

Color convert

RGB19013068-
CMYK00.320.640.25
HSL30.49º48.41%50.59%-
HSV(B)30.49º64.21%74.51%-
XYZ30.2627.339.15-
YUV140.8786.88163.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 130 (51.17% from 255) = 33.51%
BLUE value IS 68 (26.95% from 255) = 17.53%
R=48.97%
G=33.51%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901306800.320.640.2530.4948.4150.59
HexBE824402040191e3033
Octal27620210404010031366063
Binary10111110100000101000100010000010000001100111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8244; }

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

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

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

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

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

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

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

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