Shades of Brandy Punch #BB7D54
Tints of Brandy Punch #BB7D54
RGB
CMYK
RGB Variations
Color information
#BB7D54 (or 0xBB7D54) is known color: Brandy Punch. HEX triplet: BB, 7D and 54. RGB value is (187,125,84). Sum of RGB (Red+Green+Blue) = 187+125+84=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7D54 is #4482AB. Grayscale: #8B8B8B. Windows color (decimal): -4489900 or 5537211. OLE color: 5537211.
HSL color Cylindrical-coordinate representation of color #BB7D54: hue angle of 23.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB7D54 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 84 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.27 |
| HSL | 23.88º | 0.43% | 0.53% | - |
| HSV(B) | 23.88º | 0.55% | 0.73% | - |
| XYZ | 29.43 | 25.87 | 11.83 | - |
| YUV | 138.86 | 97.04 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 84 | 0 | 0.33 | 0.55 | 0.27 | 23.88 | 0.43 | 0.53 |
| Hex | BB | 7D | 54 | 0 | 21 | 37 | 1B | 18 | 2B | 35 |
| Octal | 273 | 175 | 124 | 0 | 41 | 67 | 33 | 30 | 53 | 65 |
| Binary | 10111011 | 1111101 | 1010100 | 0 | 100001 | 110111 | 11011 | 11000 | 101011 | 110101 |
Color Harmonies of #BB7D54
Complementary color
Monochromatic Colors of #BB7D54
Black with #BB7D54
Text Example
Text Example
White with #BB7D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7D54; }
p { color: rgb(187,125,84); }
H1.HeaderClassName
{
color: #BB7D54;
}
.AnyTagClassName
{
color: #BB7D54;
}
</style>
background-color css
<style>
a { background-color: #BB7D54; }
a { background-color: rgb(187,125,84); }
div.DivClassName
{
background-color: #BB7D54;
}
.BgClassName
{
background-color: #BB7D54;
}
</style>
border-color css
<style>
span { border-color: #BB7D54; }
span { border-color: rgb(187,125,84); }
td.TdClassName
{
border-color: #BB7D54;
}
.TagClassName
{
border-color: #BB7D54;
}
</style>