#BF7648

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

Shades of Brandy Punch #BF7648

Tints of Brandy Punch #BF7648

Color information

#BF7648 (or 0xBF7648) is unknown color: approx Brandy Punch. HEX triplet: BF, 76 and 48. RGB value is (191,118,72). Sum of RGB (Red+Green+Blue) = 191+118+72=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7648 is #4089B7. Grayscale: #868686. Windows color (decimal): -4229560 or 4748991. OLE color: 4748991.

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

Color convert

RGB19111872-
CMYK00.380.620.25
HSL23.19º48.18%51.57%-
HSV(B)23.19º62.3%74.9%-
XYZ29.1324.59.32-
YUV134.5892.68168.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.13%
GREEN value IS 118 (46.48% from 255) = 30.97%
BLUE value IS 72 (28.52% from 255) = 18.90%
R=50.13%
G=30.97%
B=18.90%

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
Decimal1911187200.380.620.2523.1948.1851.57
HexBF76480263E19173034
Octal2771661100467631276064
Binary101111111110110100100001001101111101100110111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7648; }

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

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

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

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

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

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

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

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