Shades of Brandy Punch #BB8248
Tints of Brandy Punch #BB8248
RGB
CMYK
RGB Variations
Color information
#BB8248 (or 0xBB8248) is known color: Brandy Punch. HEX triplet: BB, 82 and 48. RGB value is (187,130,72). Sum of RGB (Red+Green+Blue) = 187+130+72=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8248 is #447DB7. Grayscale: #8C8C8C. Windows color (decimal): -4488632 or 4752059. OLE color: 4752059.
HSL color Cylindrical-coordinate representation of color #BB8248: hue angle of 30.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB8248 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 72 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.27 |
| HSL | 30.26º | 0.46% | 0.51% | - |
| HSV(B) | 30.26º | 0.61% | 0.73% | - |
| XYZ | 29.65 | 27 | 9.78 | - |
| YUV | 140.43 | 89.38 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 72 | 0 | 0.30 | 0.61 | 0.27 | 30.26 | 0.46 | 0.51 |
| Hex | BB | 82 | 48 | 0 | 1E | 3D | 1B | 1E | 2E | 33 |
| Octal | 273 | 202 | 110 | 0 | 36 | 75 | 33 | 36 | 56 | 63 |
| Binary | 10111011 | 10000010 | 1001000 | 0 | 11110 | 111101 | 11011 | 11110 | 101110 | 110011 |
Color Harmonies of #BB8248
Complementary color
Monochromatic Colors of #BB8248
Black with #BB8248
Text Example
Text Example
White with #BB8248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8248; }
p { color: rgb(187,130,72); }
H1.HeaderClassName
{
color: #BB8248;
}
.AnyTagClassName
{
color: #BB8248;
}
</style>
background-color css
<style>
a { background-color: #BB8248; }
a { background-color: rgb(187,130,72); }
div.DivClassName
{
background-color: #BB8248;
}
.BgClassName
{
background-color: #BB8248;
}
</style>
border-color css
<style>
span { border-color: #BB8248; }
span { border-color: rgb(187,130,72); }
td.TdClassName
{
border-color: #BB8248;
}
.TagClassName
{
border-color: #BB8248;
}
</style>