#BF794B

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

Shades of Brandy Punch #BF794B

Tints of Brandy Punch #BF794B

Color information

#BF794B (or 0xBF794B) is unknown color: approx Brandy Punch. HEX triplet: BF, 79 and 4B. RGB value is (191,121,75). Sum of RGB (Red+Green+Blue) = 191+121+75=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF794B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF794B is #4086B4. Grayscale: #888888. Windows color (decimal): -4228789 or 4946367. OLE color: 4946367.

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

Color convert

RGB19112175-
CMYK00.370.610.25
HSL23.79º47.54%52.16%-
HSV(B)23.79º60.73%74.9%-
XYZ29.5925.269.97-
YUV136.6993.19166.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 75 (29.69% from 255) = 19.38%
R=49.35%
G=31.27%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911217500.370.610.2523.7947.5452.16
HexBF794B0253D19183034
Octal2771711130457531306064
Binary101111111111001100101101001011111011100111000110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF794B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF794B; }

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

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

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

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

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

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

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

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