Shades of Brandy Punch #BF7D52
Tints of Brandy Punch #BF7D52
RGB
CMYK
RGB Variations
Color information
#BF7D52 (or 0xBF7D52) is known color: Brandy Punch. HEX triplet: BF, 7D and 52. RGB value is (191,125,82). Sum of RGB (Red+Green+Blue) = 191+125+82=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7D52 is #4082AD. Grayscale: #8C8C8C. Windows color (decimal): -4227758 or 5406143. OLE color: 5406143.
HSL color Cylindrical-coordinate representation of color #BF7D52: hue angle of 23.67º 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 #BF7D52 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 125 | 82 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.25 |
| HSL | 23.67º | 0.46% | 0.54% | - |
| HSV(B) | 23.67º | 0.57% | 0.75% | - |
| XYZ | 30.34 | 26.35 | 11.47 | - |
| YUV | 139.83 | 95.37 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 125 | 82 | 0 | 0.35 | 0.57 | 0.25 | 23.67 | 0.46 | 0.54 |
| Hex | BF | 7D | 52 | 0 | 23 | 39 | 19 | 18 | 2E | 36 |
| Octal | 277 | 175 | 122 | 0 | 43 | 71 | 31 | 30 | 56 | 66 |
| Binary | 10111111 | 1111101 | 1010010 | 0 | 100011 | 111001 | 11001 | 11000 | 101110 | 110110 |
Color Harmonies of #BF7D52
Complementary color
Monochromatic Colors of #BF7D52
Black with #BF7D52
Text Example
Text Example
White with #BF7D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7D52; }
p { color: rgb(191,125,82); }
H1.HeaderClassName
{
color: #BF7D52;
}
.AnyTagClassName
{
color: #BF7D52;
}
</style>
background-color css
<style>
a { background-color: #BF7D52; }
a { background-color: rgb(191,125,82); }
div.DivClassName
{
background-color: #BF7D52;
}
.BgClassName
{
background-color: #BF7D52;
}
</style>
border-color css
<style>
span { border-color: #BF7D52; }
span { border-color: rgb(191,125,82); }
td.TdClassName
{
border-color: #BF7D52;
}
.TagClassName
{
border-color: #BF7D52;
}
</style>