#BF7649

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

Shades of Brandy Punch #BF7649

Tints of Brandy Punch #BF7649

Color information

#BF7649 (or 0xBF7649) is unknown color: approx Brandy Punch. HEX triplet: BF, 76 and 49. RGB value is (191,118,73). Sum of RGB (Red+Green+Blue) = 191+118+73=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7649 is #4089B6. Grayscale: #868686. Windows color (decimal): -4229559 or 4814527. OLE color: 4814527.

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

Color convert

RGB19111873-
CMYK00.380.620.25
HSL22.88º47.97%51.76%-
HSV(B)22.88º61.78%74.9%-
XYZ29.1724.519.5-
YUV134.793.18168.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 118 (46.48% from 255) = 30.89%
BLUE value IS 73 (28.91% from 255) = 19.11%
R=50%
G=30.89%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911187300.380.620.2522.8847.9751.76
HexBF76490263E19173034
Octal2771661110467631276064
Binary101111111110110100100101001101111101100110111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7649; }

 p { color: rgb(191,118,73); }

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

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

 a { background-color: rgb(191,118,73); }

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

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

 span { border-color: rgb(191,118,73); }

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