#BF7947

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

Shades of Brandy Punch #BF7947

Tints of Brandy Punch #BF7947

Color information

#BF7947 (or 0xBF7947) is unknown color: approx Brandy Punch. HEX triplet: BF, 79 and 47. RGB value is (191,121,71). Sum of RGB (Red+Green+Blue) = 191+121+71=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7947 is #4086B8. Grayscale: #888888. Windows color (decimal): -4228793 or 4684223. OLE color: 4684223.

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

Color convert

RGB19112171-
CMYK00.370.630.25
HSL25º48.39%51.37%-
HSV(B)25º62.83%74.9%-
XYZ29.4625.219.27-
YUV136.2391.19167.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 71 (28.12% from 255) = 18.54%
R=49.87%
G=31.59%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911217100.370.630.252548.3951.37
HexBF79470253F19193033
Octal2771711070457731316063
Binary101111111111001100011101001011111111100111001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7947; }

 p { color: rgb(191,121,71); }

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

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

 a { background-color: rgb(191,121,71); }

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

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

 span { border-color: rgb(191,121,71); }

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