#BF8240

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

Shades of Brandy Punch #BF8240

Tints of Brandy Punch #BF8240

Color information

#BF8240 (or 0xBF8240) is unknown color: approx Brandy Punch. HEX triplet: BF, 82 and 40. RGB value is (191,130,64). Sum of RGB (Red+Green+Blue) = 191+130+64=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF8240 is #407DBF. Grayscale: #8D8D8D. Windows color (decimal): -4226496 or 4227775. OLE color: 4227775.

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

Color convert

RGB19113064-
CMYK00.320.660.25
HSL31.18º49.8%50%-
HSV(B)31.18º66.49%74.9%-
XYZ30.3927.418.54-
YUV140.7184.71163.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 64 (25.39% from 255) = 16.62%
R=49.61%
G=33.77%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911306400.320.660.2531.1849.850
HexBF824002042191f3232
Octal27720210004010231376262
Binary10111111100000101000000010000010000101100111111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8240; }

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

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

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

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

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

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

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

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