Shades of Brandy Punch #BB8243
Tints of Brandy Punch #BB8243
RGB
CMYK
RGB Variations
Color information
#BB8243 (or 0xBB8243) is known color: Brandy Punch. HEX triplet: BB, 82 and 43. RGB value is (187,130,67). Sum of RGB (Red+Green+Blue) = 187+130+67=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 67 (26.56% from 255 or 17.45% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8243 is #447DBC. Grayscale: #8C8C8C. Windows color (decimal): -4488637 or 4424379. OLE color: 4424379.
HSL color Cylindrical-coordinate representation of color #BB8243: hue angle of 31.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 #BB8243 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 130 | 67 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.27 |
| HSL | 31.5º | 0.47% | 0.5% | - |
| HSV(B) | 31.5º | 0.64% | 0.73% | - |
| XYZ | 29.49 | 26.94 | 8.95 | - |
| YUV | 139.86 | 86.88 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 130 | 67 | 0 | 0.30 | 0.64 | 0.27 | 31.5 | 0.47 | 0.5 |
| Hex | BB | 82 | 43 | 0 | 1E | 40 | 1B | 1F | 2F | 32 |
| Octal | 273 | 202 | 103 | 0 | 36 | 100 | 33 | 37 | 57 | 62 |
| Binary | 10111011 | 10000010 | 1000011 | 0 | 11110 | 1000000 | 11011 | 11111 | 101111 | 110010 |
Color Harmonies of #BB8243
Complementary color
Monochromatic Colors of #BB8243
Black with #BB8243
Text Example
Text Example
White with #BB8243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8243; }
p { color: rgb(187,130,67); }
H1.HeaderClassName
{
color: #BB8243;
}
.AnyTagClassName
{
color: #BB8243;
}
</style>
background-color css
<style>
a { background-color: #BB8243; }
a { background-color: rgb(187,130,67); }
div.DivClassName
{
background-color: #BB8243;
}
.BgClassName
{
background-color: #BB8243;
}
</style>
border-color css
<style>
span { border-color: #BB8243; }
span { border-color: rgb(187,130,67); }
td.TdClassName
{
border-color: #BB8243;
}
.TagClassName
{
border-color: #BB8243;
}
</style>