#BF8040

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

Shades of Brandy Punch #BF8040

Tints of Brandy Punch #BF8040

Color information

#BF8040 (or 0xBF8040) is unknown color: approx Brandy Punch. HEX triplet: BF, 80 and 40. RGB value is (191,128,64). Sum of RGB (Red+Green+Blue) = 191+128+64=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8040 is #407FBF. Grayscale: #8B8B8B. Windows color (decimal): -4227008 or 4227263. OLE color: 4227263.

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

Color convert

RGB19112864-
CMYK00.330.660.25
HSL30.24º49.8%50%-
HSV(B)30.24º66.49%74.9%-
XYZ30.1326.888.45-
YUV139.5485.37164.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=49.87%
G=33.42%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911286400.330.660.2530.2449.850
HexBF804002142191e3232
Octal27720010004110231366262
Binary10111111100000001000000010000110000101100111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8040; }

 p { color: rgb(191,128,64); }

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

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

 a { background-color: rgb(191,128,64); }

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

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

 span { border-color: rgb(191,128,64); }

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