#BF7A4F

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

Shades of Brandy Punch #BF7A4F

Tints of Brandy Punch #BF7A4F

Color information

#BF7A4F (or 0xBF7A4F) is unknown color: approx Brandy Punch. HEX triplet: BF, 7A and 4F. RGB value is (191,122,79). Sum of RGB (Red+Green+Blue) = 191+122+79=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7A4F is #4085B0. Grayscale: #898989. Windows color (decimal): -4228529 or 5208767. OLE color: 5208767.

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

Color convert

RGB19112279-
CMYK00.360.590.25
HSL23.04º46.67%52.94%-
HSV(B)23.04º58.64%74.9%-
XYZ29.8625.5610.76-
YUV137.7394.86166-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.72%
GREEN value IS 122 (48.05% from 255) = 31.12%
BLUE value IS 79 (31.25% from 255) = 20.15%
R=48.72%
G=31.12%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911227900.360.590.2523.0446.6752.94
HexBF7A4F0243B19172f35
Octal2771721170447331275765
Binary101111111111010100111101001001110111100110111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7A4F; }

 p { color: rgb(191,122,79); }

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

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

 a { background-color: rgb(191,122,79); }

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

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

 span { border-color: rgb(191,122,79); }

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