Shades of Brandy Punch #BB8038
Tints of Brandy Punch #BB8038
RGB
CMYK
RGB Variations
Color information
#BB8038 (or 0xBB8038) is known color: Brandy Punch. HEX triplet: BB, 80 and 38. RGB value is (187,128,56). Sum of RGB (Red+Green+Blue) = 187+128+56=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8038 is #447FC7. Grayscale: #898989. Windows color (decimal): -4489160 or 3702971. OLE color: 3702971.
HSL color Cylindrical-coordinate representation of color #BB8038: hue angle of 32.98º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB8038 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 56 | - |
| CMYK | 0 | 0.32 | 0.70 | 0.27 |
| HSL | 32.98º | 0.54% | 0.48% | - |
| HSV(B) | 32.98º | 0.7% | 0.73% | - |
| XYZ | 28.93 | 26.29 | 7.29 | - |
| YUV | 137.43 | 82.05 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 56 | 0 | 0.32 | 0.70 | 0.27 | 32.98 | 0.54 | 0.48 |
| Hex | BB | 80 | 38 | 0 | 20 | 46 | 1B | 21 | 36 | 30 |
| Octal | 273 | 200 | 70 | 0 | 40 | 106 | 33 | 41 | 66 | 60 |
| Binary | 10111011 | 10000000 | 111000 | 0 | 100000 | 1000110 | 11011 | 100001 | 110110 | 110000 |
Color Harmonies of #BB8038
Complementary color
Monochromatic Colors of #BB8038
Black with #BB8038
Text Example
Text Example
White with #BB8038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8038; }
p { color: rgb(187,128,56); }
H1.HeaderClassName
{
color: #BB8038;
}
.AnyTagClassName
{
color: #BB8038;
}
</style>
background-color css
<style>
a { background-color: #BB8038; }
a { background-color: rgb(187,128,56); }
div.DivClassName
{
background-color: #BB8038;
}
.BgClassName
{
background-color: #BB8038;
}
</style>
border-color css
<style>
span { border-color: #BB8038; }
span { border-color: rgb(187,128,56); }
td.TdClassName
{
border-color: #BB8038;
}
.TagClassName
{
border-color: #BB8038;
}
</style>