Shades of Brandy Punch #BF7A43
Tints of Brandy Punch #BF7A43
RGB
CMYK
RGB Variations
Color information
#BF7A43 (or 0xBF7A43) is known color: Brandy Punch. HEX triplet: BF, 7A and 43. RGB value is (191,122,67). Sum of RGB (Red+Green+Blue) = 191+122+67=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7A43 is #4085BC. Grayscale: #888888. Windows color (decimal): -4228541 or 4422335. OLE color: 4422335.
HSL color Cylindrical-coordinate representation of color #BF7A43: hue angle of 26.61º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF7A43 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 122 | 67 | - |
| CMYK | 0 | 0.36 | 0.65 | 0.25 |
| HSL | 26.61º | 0.49% | 0.51% | - |
| HSV(B) | 26.61º | 0.65% | 0.75% | - |
| XYZ | 29.46 | 25.4 | 8.66 | - |
| YUV | 136.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 122 | 67 | 0 | 0.36 | 0.65 | 0.25 | 26.61 | 0.49 | 0.51 |
| Hex | BF | 7A | 43 | 0 | 24 | 41 | 19 | 1B | 31 | 33 |
| Octal | 277 | 172 | 103 | 0 | 44 | 101 | 31 | 33 | 61 | 63 |
| Binary | 10111111 | 1111010 | 1000011 | 0 | 100100 | 1000001 | 11001 | 11011 | 110001 | 110011 |
Color Harmonies of #BF7A43
Complementary color
Monochromatic Colors of #BF7A43
Black with #BF7A43
Text Example
Text Example
White with #BF7A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7A43; }
p { color: rgb(191,122,67); }
H1.HeaderClassName
{
color: #BF7A43;
}
.AnyTagClassName
{
color: #BF7A43;
}
</style>
background-color css
<style>
a { background-color: #BF7A43; }
a { background-color: rgb(191,122,67); }
div.DivClassName
{
background-color: #BF7A43;
}
.BgClassName
{
background-color: #BF7A43;
}
</style>
border-color css
<style>
span { border-color: #BF7A43; }
span { border-color: rgb(191,122,67); }
td.TdClassName
{
border-color: #BF7A43;
}
.TagClassName
{
border-color: #BF7A43;
}
</style>