#BE8242

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

Shades of Brandy Punch #BE8242

Tints of Brandy Punch #BE8242

Color information

#BE8242 (or 0xBE8242) is unknown color: approx Brandy Punch. HEX triplet: BE, 82 and 42. RGB value is (190,130,66). Sum of RGB (Red+Green+Blue) = 190+130+66=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8242 is #417DBD. Grayscale: #8C8C8C. Windows color (decimal): -4292030 or 4358846. OLE color: 4358846.

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

Color convert

RGB19013066-
CMYK00.320.650.25
HSL30.97º48.82%50.2%-
HSV(B)30.97º65.26%74.51%-
XYZ30.227.318.83-
YUV140.6485.88163.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 130 (51.17% from 255) = 33.68%
BLUE value IS 66 (26.17% from 255) = 17.10%
R=49.22%
G=33.68%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901306600.320.650.2530.9748.8250.2
HexBE824202041191f3132
Octal27620210204010131376162
Binary10111110100000101000010010000010000011100111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8242; }

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

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

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

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

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

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

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

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