#BF794E

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

Shades of Brandy Punch #BF794E

Tints of Brandy Punch #BF794E

Color information

#BF794E (or 0xBF794E) is unknown color: approx Brandy Punch. HEX triplet: BF, 79 and 4E. RGB value is (191,121,78). Sum of RGB (Red+Green+Blue) = 191+121+78=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF794E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF794E is #4086B1. Grayscale: #898989. Windows color (decimal): -4228786 or 5142975. OLE color: 5142975.

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

Color convert

RGB19112178-
CMYK00.370.590.25
HSL22.83º46.89%52.75%-
HSV(B)22.83º59.16%74.9%-
XYZ29.725.310.53-
YUV137.0394.69166.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.97%
GREEN value IS 121 (47.66% from 255) = 31.03%
BLUE value IS 78 (30.86% from 255) = 20%
R=48.97%
G=31.03%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911217800.370.590.2522.8346.8952.75
HexBF794E0253B19172f35
Octal2771711160457331275765
Binary101111111111001100111001001011110111100110111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF794E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF794E; }

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

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

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

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

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

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

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

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