Shades of Brandy Punch #BB8044
Tints of Brandy Punch #BB8044
RGB
CMYK
RGB Variations
Color information
#BB8044 (or 0xBB8044) is known color: Brandy Punch. HEX triplet: BB, 80 and 44. RGB value is (187,128,68). Sum of RGB (Red+Green+Blue) = 187+128+68=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 68 (26.95% from 255 or 17.75% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8044 is #447FBB. Grayscale: #8B8B8B. Windows color (decimal): -4489148 or 4489403. OLE color: 4489403.
HSL color Cylindrical-coordinate representation of color #BB8044: hue angle of 30.25º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB8044 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 68 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.27 |
| HSL | 30.25º | 0.47% | 0.5% | - |
| HSV(B) | 30.25º | 0.64% | 0.73% | - |
| XYZ | 29.26 | 26.42 | 9.03 | - |
| YUV | 138.8 | 88.05 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 68 | 0 | 0.32 | 0.64 | 0.27 | 30.25 | 0.47 | 0.5 |
| Hex | BB | 80 | 44 | 0 | 20 | 40 | 1B | 1E | 2F | 32 |
| Octal | 273 | 200 | 104 | 0 | 40 | 100 | 33 | 36 | 57 | 62 |
| Binary | 10111011 | 10000000 | 1000100 | 0 | 100000 | 1000000 | 11011 | 11110 | 101111 | 110010 |
Color Harmonies of #BB8044
Complementary color
Monochromatic Colors of #BB8044
Black with #BB8044
Text Example
Text Example
White with #BB8044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8044; }
p { color: rgb(187,128,68); }
H1.HeaderClassName
{
color: #BB8044;
}
.AnyTagClassName
{
color: #BB8044;
}
</style>
background-color css
<style>
a { background-color: #BB8044; }
a { background-color: rgb(187,128,68); }
div.DivClassName
{
background-color: #BB8044;
}
.BgClassName
{
background-color: #BB8044;
}
</style>
border-color css
<style>
span { border-color: #BB8044; }
span { border-color: rgb(187,128,68); }
td.TdClassName
{
border-color: #BB8044;
}
.TagClassName
{
border-color: #BB8044;
}
</style>