#BE8347

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

Shades of Brandy Punch #BE8347

Tints of Brandy Punch #BE8347

Color information

#BE8347 (or 0xBE8347) is unknown color: approx Brandy Punch. HEX triplet: BE, 83 and 47. RGB value is (190,131,71). Sum of RGB (Red+Green+Blue) = 190+131+71=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8347 is #417CB8. Grayscale: #8E8E8E. Windows color (decimal): -4291769 or 4686782. OLE color: 4686782.

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

Color convert

RGB19013171-
CMYK00.310.630.25
HSL30.25º47.79%51.18%-
HSV(B)30.25º62.63%74.51%-
XYZ30.4927.639.69-
YUV141.888.05162.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 71 (28.12% from 255) = 18.11%
R=48.47%
G=33.42%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901317100.310.630.2530.2547.7951.18
HexBE834701F3F191e3033
Octal2762031070377731366063
Binary101111101000001110001110111111111111100111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8347; }

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

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

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

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

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

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

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

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