Shades of Brandy Punch #BB803C
Tints of Brandy Punch #BB803C
RGB
CMYK
RGB Variations
Color information
#BB803C (or 0xBB803C) is known color: Brandy Punch. HEX triplet: BB, 80 and 3C. RGB value is (187,128,60). Sum of RGB (Red+Green+Blue) = 187+128+60=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB803C is #447FC3. Grayscale: #8A8A8A. Windows color (decimal): -4489156 or 3965115. OLE color: 3965115.
HSL color Cylindrical-coordinate representation of color #BB803C: hue angle of 32.13º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB803C is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 60 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.27 |
| HSL | 32.13º | 0.51% | 0.48% | - |
| HSV(B) | 32.13º | 0.68% | 0.73% | - |
| XYZ | 29.03 | 26.33 | 7.83 | - |
| YUV | 137.89 | 84.05 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 60 | 0 | 0.32 | 0.68 | 0.27 | 32.13 | 0.51 | 0.48 |
| Hex | BB | 80 | 3C | 0 | 20 | 44 | 1B | 20 | 33 | 30 |
| Octal | 273 | 200 | 74 | 0 | 40 | 104 | 33 | 40 | 63 | 60 |
| Binary | 10111011 | 10000000 | 111100 | 0 | 100000 | 1000100 | 11011 | 100000 | 110011 | 110000 |
Color Harmonies of #BB803C
Complementary color
Monochromatic Colors of #BB803C
Black with #BB803C
Text Example
Text Example
White with #BB803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB803C; }
p { color: rgb(187,128,60); }
H1.HeaderClassName
{
color: #BB803C;
}
.AnyTagClassName
{
color: #BB803C;
}
</style>
background-color css
<style>
a { background-color: #BB803C; }
a { background-color: rgb(187,128,60); }
div.DivClassName
{
background-color: #BB803C;
}
.BgClassName
{
background-color: #BB803C;
}
</style>
border-color css
<style>
span { border-color: #BB803C; }
span { border-color: rgb(187,128,60); }
td.TdClassName
{
border-color: #BB803C;
}
.TagClassName
{
border-color: #BB803C;
}
</style>