Shades of Brandy Punch #B8803C
Tints of Brandy Punch #B8803C
RGB
CMYK
RGB Variations
Color information
#B8803C (or 0xB8803C) is known color: Brandy Punch. HEX triplet: B8, 80 and 3C. RGB value is (184,128,60). Sum of RGB (Red+Green+Blue) = 184+128+60=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B8803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8803C is #477FC3. Grayscale: #898989. Windows color (decimal): -4685764 or 3965112. OLE color: 3965112.
HSL color Cylindrical-coordinate representation of color #B8803C: hue angle of 32.9º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8803C is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 60 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.28 |
| HSL | 32.9º | 0.51% | 0.48% | - |
| HSV(B) | 32.9º | 0.67% | 0.72% | - |
| XYZ | 28.3 | 25.95 | 7.79 | - |
| YUV | 136.99 | 84.55 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 60 | 0 | 0.30 | 0.67 | 0.28 | 32.9 | 0.51 | 0.48 |
| Hex | B8 | 80 | 3C | 0 | 1E | 43 | 1C | 21 | 33 | 30 |
| Octal | 270 | 200 | 74 | 0 | 36 | 103 | 34 | 41 | 63 | 60 |
| Binary | 10111000 | 10000000 | 111100 | 0 | 11110 | 1000011 | 11100 | 100001 | 110011 | 110000 |
Color Harmonies of #B8803C
Complementary color
Monochromatic Colors of #B8803C
Black with #B8803C
Text Example
Text Example
White with #B8803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8803C; }
p { color: rgb(184,128,60); }
H1.HeaderClassName
{
color: #B8803C;
}
.AnyTagClassName
{
color: #B8803C;
}
</style>
background-color css
<style>
a { background-color: #B8803C; }
a { background-color: rgb(184,128,60); }
div.DivClassName
{
background-color: #B8803C;
}
.BgClassName
{
background-color: #B8803C;
}
</style>
border-color css
<style>
span { border-color: #B8803C; }
span { border-color: rgb(184,128,60); }
td.TdClassName
{
border-color: #B8803C;
}
.TagClassName
{
border-color: #B8803C;
}
</style>