Shades of Brandy Punch #BB7D4F
Tints of Brandy Punch #BB7D4F
RGB
CMYK
RGB Variations
Color information
#BB7D4F (or 0xBB7D4F) is known color: Brandy Punch. HEX triplet: BB, 7D and 4F. RGB value is (187,125,79). Sum of RGB (Red+Green+Blue) = 187+125+79=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D4F is #4482B0. Grayscale: #8A8A8A. Windows color (decimal): -4489905 or 5209531. OLE color: 5209531.
HSL color Cylindrical-coordinate representation of color #BB7D4F: hue angle of 25.56º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB7D4F is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 79 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.27 |
| HSL | 25.56º | 0.44% | 0.52% | - |
| HSV(B) | 25.56º | 0.58% | 0.73% | - |
| XYZ | 29.24 | 25.8 | 10.84 | - |
| YUV | 138.29 | 94.54 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 79 | 0 | 0.33 | 0.58 | 0.27 | 25.56 | 0.44 | 0.52 |
| Hex | BB | 7D | 4F | 0 | 21 | 3A | 1B | 1A | 2C | 34 |
| Octal | 273 | 175 | 117 | 0 | 41 | 72 | 33 | 32 | 54 | 64 |
| Binary | 10111011 | 1111101 | 1001111 | 0 | 100001 | 111010 | 11011 | 11010 | 101100 | 110100 |
Color Harmonies of #BB7D4F
Complementary color
Monochromatic Colors of #BB7D4F
Black with #BB7D4F
Text Example
Text Example
White with #BB7D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7D4F; }
p { color: rgb(187,125,79); }
H1.HeaderClassName
{
color: #BB7D4F;
}
.AnyTagClassName
{
color: #BB7D4F;
}
</style>
background-color css
<style>
a { background-color: #BB7D4F; }
a { background-color: rgb(187,125,79); }
div.DivClassName
{
background-color: #BB7D4F;
}
.BgClassName
{
background-color: #BB7D4F;
}
</style>
border-color css
<style>
span { border-color: #BB7D4F; }
span { border-color: rgb(187,125,79); }
td.TdClassName
{
border-color: #BB7D4F;
}
.TagClassName
{
border-color: #BB7D4F;
}
</style>