Shades of Brandy Punch #BF7D53
Tints of Brandy Punch #BF7D53
RGB
CMYK
RGB Variations
Color information
#BF7D53 (or 0xBF7D53) is known color: Brandy Punch. HEX triplet: BF, 7D and 53. RGB value is (191,125,83). Sum of RGB (Red+Green+Blue) = 191+125+83=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D53 is #4082AC. Grayscale: #8C8C8C. Windows color (decimal): -4227757 or 5471679. OLE color: 5471679.
HSL color Cylindrical-coordinate representation of color #BF7D53: hue angle of 23.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF7D53 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 83 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.25 |
| HSL | 23.33º | 0.46% | 0.54% | - |
| HSV(B) | 23.33º | 0.57% | 0.75% | - |
| XYZ | 30.38 | 26.37 | 11.67 | - |
| YUV | 139.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 83 | 0 | 0.35 | 0.57 | 0.25 | 23.33 | 0.46 | 0.54 |
| Hex | BF | 7D | 53 | 0 | 23 | 39 | 19 | 17 | 2E | 36 |
| Octal | 277 | 175 | 123 | 0 | 43 | 71 | 31 | 27 | 56 | 66 |
| Binary | 10111111 | 1111101 | 1010011 | 0 | 100011 | 111001 | 11001 | 10111 | 101110 | 110110 |
Color Harmonies of #BF7D53
Complementary color
Monochromatic Colors of #BF7D53
Black with #BF7D53
Text Example
Text Example
White with #BF7D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D53; }
p { color: rgb(191,125,83); }
H1.HeaderClassName
{
color: #BF7D53;
}
.AnyTagClassName
{
color: #BF7D53;
}
</style>
background-color css
<style>
a { background-color: #BF7D53; }
a { background-color: rgb(191,125,83); }
div.DivClassName
{
background-color: #BF7D53;
}
.BgClassName
{
background-color: #BF7D53;
}
</style>
border-color css
<style>
span { border-color: #BF7D53; }
span { border-color: rgb(191,125,83); }
td.TdClassName
{
border-color: #BF7D53;
}
.TagClassName
{
border-color: #BF7D53;
}
</style>