#BE8342

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

Shades of Brandy Punch #BE8342

Tints of Brandy Punch #BE8342

Color information

#BE8342 (or 0xBE8342) is unknown color: approx Brandy Punch. HEX triplet: BE, 83 and 42. RGB value is (190,131,66). Sum of RGB (Red+Green+Blue) = 190+131+66=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8342 is #417CBD. Grayscale: #8D8D8D. Windows color (decimal): -4291774 or 4359102. OLE color: 4359102.

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

Color convert

RGB19013166-
CMYK00.310.650.25
HSL31.45º48.82%50.2%-
HSV(B)31.45º65.26%74.51%-
XYZ30.3327.578.88-
YUV141.2385.55162.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 131 (51.56% from 255) = 33.85%
BLUE value IS 66 (26.17% from 255) = 17.05%
R=49.10%
G=33.85%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901316600.310.650.2531.4548.8250.2
HexBE834201F41191f3132
Octal27620310203710131376162
Binary1011111010000011100001001111110000011100111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8342; }

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

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

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

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

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

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

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

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