#BF804A

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

Shades of Brandy Punch #BF804A

Tints of Brandy Punch #BF804A

Color information

#BF804A (or 0xBF804A) is unknown color: approx Brandy Punch. HEX triplet: BF, 80 and 4A. RGB value is (191,128,74). Sum of RGB (Red+Green+Blue) = 191+128+74=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF804A is #407FB5. Grayscale: #8C8C8C. Windows color (decimal): -4226998 or 4882623. OLE color: 4882623.

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

Color convert

RGB19112874-
CMYK00.330.610.25
HSL27.69º47.76%51.96%-
HSV(B)27.69º61.26%74.9%-
XYZ30.4427.0110.09-
YUV140.6890.37163.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 74 (29.30% from 255) = 18.83%
R=48.60%
G=32.57%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911287400.330.610.2527.6947.7651.96
HexBF804A0213D191c3034
Octal2772001120417531346064
Binary1011111110000000100101001000011111011100111100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF804A; }

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

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

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

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

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

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

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

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