Shades of Brandy Punch #BB7953
Tints of Brandy Punch #BB7953
RGB
CMYK
RGB Variations
Color information
#BB7953 (or 0xBB7953) is known color: Brandy Punch. HEX triplet: BB, 79 and 53. RGB value is (187,121,83). Sum of RGB (Red+Green+Blue) = 187+121+83=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7953 is #4486AC. Grayscale: #888888. Windows color (decimal): -4490925 or 5470651. OLE color: 5470651.
HSL color Cylindrical-coordinate representation of color #BB7953: hue angle of 21.92º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB7953 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 121 | 83 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.27 |
| HSL | 21.92º | 0.43% | 0.53% | - |
| HSV(B) | 21.92º | 0.56% | 0.73% | - |
| XYZ | 28.89 | 24.86 | 11.46 | - |
| YUV | 136.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 121 | 83 | 0 | 0.35 | 0.56 | 0.27 | 21.92 | 0.43 | 0.53 |
| Hex | BB | 79 | 53 | 0 | 23 | 38 | 1B | 16 | 2B | 35 |
| Octal | 273 | 171 | 123 | 0 | 43 | 70 | 33 | 26 | 53 | 65 |
| Binary | 10111011 | 1111001 | 1010011 | 0 | 100011 | 111000 | 11011 | 10110 | 101011 | 110101 |
Color Harmonies of #BB7953
Complementary color
Monochromatic Colors of #BB7953
Black with #BB7953
Text Example
Text Example
White with #BB7953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7953; }
p { color: rgb(187,121,83); }
H1.HeaderClassName
{
color: #BB7953;
}
.AnyTagClassName
{
color: #BB7953;
}
</style>
background-color css
<style>
a { background-color: #BB7953; }
a { background-color: rgb(187,121,83); }
div.DivClassName
{
background-color: #BB7953;
}
.BgClassName
{
background-color: #BB7953;
}
</style>
border-color css
<style>
span { border-color: #BB7953; }
span { border-color: rgb(187,121,83); }
td.TdClassName
{
border-color: #BB7953;
}
.TagClassName
{
border-color: #BB7953;
}
</style>