Shades of Brandy Punch #BB8043
Tints of Brandy Punch #BB8043
RGB
CMYK
RGB Variations
Color information
#BB8043 (or 0xBB8043) is known color: Brandy Punch. HEX triplet: BB, 80 and 43. RGB value is (187,128,67). Sum of RGB (Red+Green+Blue) = 187+128+67=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8043 is #447FBC. Grayscale: #8A8A8A. Windows color (decimal): -4489149 or 4423867. OLE color: 4423867.
HSL color Cylindrical-coordinate representation of color #BB8043: hue angle of 30.5º 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 #BB8043 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 67 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.27 |
| HSL | 30.5º | 0.47% | 0.5% | - |
| HSV(B) | 30.5º | 0.64% | 0.73% | - |
| XYZ | 29.23 | 26.41 | 8.87 | - |
| YUV | 138.69 | 87.55 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 67 | 0 | 0.32 | 0.64 | 0.27 | 30.5 | 0.47 | 0.5 |
| Hex | BB | 80 | 43 | 0 | 20 | 40 | 1B | 1E | 2F | 32 |
| Octal | 273 | 200 | 103 | 0 | 40 | 100 | 33 | 36 | 57 | 62 |
| Binary | 10111011 | 10000000 | 1000011 | 0 | 100000 | 1000000 | 11011 | 11110 | 101111 | 110010 |
Color Harmonies of #BB8043
Complementary color
Monochromatic Colors of #BB8043
Black with #BB8043
Text Example
Text Example
White with #BB8043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8043; }
p { color: rgb(187,128,67); }
H1.HeaderClassName
{
color: #BB8043;
}
.AnyTagClassName
{
color: #BB8043;
}
</style>
background-color css
<style>
a { background-color: #BB8043; }
a { background-color: rgb(187,128,67); }
div.DivClassName
{
background-color: #BB8043;
}
.BgClassName
{
background-color: #BB8043;
}
</style>
border-color css
<style>
span { border-color: #BB8043; }
span { border-color: rgb(187,128,67); }
td.TdClassName
{
border-color: #BB8043;
}
.TagClassName
{
border-color: #BB8043;
}
</style>