Shades of Brandy Punch #BF7D50
Tints of Brandy Punch #BF7D50
RGB
CMYK
RGB Variations
Color information
#BF7D50 (or 0xBF7D50) is known color: Brandy Punch. HEX triplet: BF, 7D and 50. RGB value is (191,125,80). Sum of RGB (Red+Green+Blue) = 191+125+80=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 80 (31.64% from 255 or 20.20% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D50 is #4082AF. Grayscale: #8B8B8B. Windows color (decimal): -4227760 or 5275071. OLE color: 5275071.
HSL color Cylindrical-coordinate representation of color #BF7D50: hue angle of 24.32º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF7D50 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 80 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.25 |
| HSL | 24.32º | 0.46% | 0.53% | - |
| HSV(B) | 24.32º | 0.58% | 0.75% | - |
| XYZ | 30.27 | 26.32 | 11.07 | - |
| YUV | 139.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 80 | 0 | 0.35 | 0.58 | 0.25 | 24.32 | 0.46 | 0.53 |
| Hex | BF | 7D | 50 | 0 | 23 | 3A | 19 | 18 | 2E | 35 |
| Octal | 277 | 175 | 120 | 0 | 43 | 72 | 31 | 30 | 56 | 65 |
| Binary | 10111111 | 1111101 | 1010000 | 0 | 100011 | 111010 | 11001 | 11000 | 101110 | 110101 |
Color Harmonies of #BF7D50
Complementary color
Monochromatic Colors of #BF7D50
Black with #BF7D50
Text Example
Text Example
White with #BF7D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D50; }
p { color: rgb(191,125,80); }
H1.HeaderClassName
{
color: #BF7D50;
}
.AnyTagClassName
{
color: #BF7D50;
}
</style>
background-color css
<style>
a { background-color: #BF7D50; }
a { background-color: rgb(191,125,80); }
div.DivClassName
{
background-color: #BF7D50;
}
.BgClassName
{
background-color: #BF7D50;
}
</style>
border-color css
<style>
span { border-color: #BF7D50; }
span { border-color: rgb(191,125,80); }
td.TdClassName
{
border-color: #BF7D50;
}
.TagClassName
{
border-color: #BF7D50;
}
</style>