Shades of Brandy Punch #BF7D55
Tints of Brandy Punch #BF7D55
RGB
CMYK
RGB Variations
Color information
#BF7D55 (or 0xBF7D55) is known color: Brandy Punch. HEX triplet: BF, 7D and 55. RGB value is (191,125,85). Sum of RGB (Red+Green+Blue) = 191+125+85=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D55 is #4082AA. Grayscale: #8C8C8C. Windows color (decimal): -4227755 or 5602751. OLE color: 5602751.
HSL color Cylindrical-coordinate representation of color #BF7D55: hue angle of 22.64º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF7D55 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 85 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.25 |
| HSL | 22.64º | 0.45% | 0.54% | - |
| HSV(B) | 22.64º | 0.55% | 0.75% | - |
| XYZ | 30.46 | 26.4 | 12.08 | - |
| YUV | 140.17 | 96.87 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 85 | 0 | 0.35 | 0.55 | 0.25 | 22.64 | 0.45 | 0.54 |
| Hex | BF | 7D | 55 | 0 | 23 | 37 | 19 | 17 | 2D | 36 |
| Octal | 277 | 175 | 125 | 0 | 43 | 67 | 31 | 27 | 55 | 66 |
| Binary | 10111111 | 1111101 | 1010101 | 0 | 100011 | 110111 | 11001 | 10111 | 101101 | 110110 |
Color Harmonies of #BF7D55
Complementary color
Monochromatic Colors of #BF7D55
Black with #BF7D55
Text Example
Text Example
White with #BF7D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D55; }
p { color: rgb(191,125,85); }
H1.HeaderClassName
{
color: #BF7D55;
}
.AnyTagClassName
{
color: #BF7D55;
}
</style>
background-color css
<style>
a { background-color: #BF7D55; }
a { background-color: rgb(191,125,85); }
div.DivClassName
{
background-color: #BF7D55;
}
.BgClassName
{
background-color: #BF7D55;
}
</style>
border-color css
<style>
span { border-color: #BF7D55; }
span { border-color: rgb(191,125,85); }
td.TdClassName
{
border-color: #BF7D55;
}
.TagClassName
{
border-color: #BF7D55;
}
</style>