Shades of Brandy Punch #BF7B50
Tints of Brandy Punch #BF7B50
RGB
CMYK
RGB Variations
Color information
#BF7B50 (or 0xBF7B50) is known color: Brandy Punch. HEX triplet: BF, 7B and 50. RGB value is (191,123,80). Sum of RGB (Red+Green+Blue) = 191+123+80=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B50 is #4084AF. Grayscale: #8A8A8A. Windows color (decimal): -4228272 or 5274559. OLE color: 5274559.
HSL color Cylindrical-coordinate representation of color #BF7B50: hue angle of 23.24º 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 #BF7B50 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 123 | 80 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.25 |
| HSL | 23.24º | 0.46% | 0.53% | - |
| HSV(B) | 23.24º | 0.58% | 0.75% | - |
| XYZ | 30.02 | 25.82 | 10.99 | - |
| YUV | 138.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 80 | 0 | 0.36 | 0.58 | 0.25 | 23.24 | 0.46 | 0.53 |
| Hex | BF | 7B | 50 | 0 | 24 | 3A | 19 | 17 | 2E | 35 |
| Octal | 277 | 173 | 120 | 0 | 44 | 72 | 31 | 27 | 56 | 65 |
| Binary | 10111111 | 1111011 | 1010000 | 0 | 100100 | 111010 | 11001 | 10111 | 101110 | 110101 |
Color Harmonies of #BF7B50
Complementary color
Monochromatic Colors of #BF7B50
Black with #BF7B50
Text Example
Text Example
White with #BF7B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7B50; }
p { color: rgb(191,123,80); }
H1.HeaderClassName
{
color: #BF7B50;
}
.AnyTagClassName
{
color: #BF7B50;
}
</style>
background-color css
<style>
a { background-color: #BF7B50; }
a { background-color: rgb(191,123,80); }
div.DivClassName
{
background-color: #BF7B50;
}
.BgClassName
{
background-color: #BF7B50;
}
</style>
border-color css
<style>
span { border-color: #BF7B50; }
span { border-color: rgb(191,123,80); }
td.TdClassName
{
border-color: #BF7B50;
}
.TagClassName
{
border-color: #BF7B50;
}
</style>