Shades of Brandy Punch #BB8053
Tints of Brandy Punch #BB8053
RGB
CMYK
RGB Variations
Color information
#BB8053 (or 0xBB8053) is known color: Brandy Punch. HEX triplet: BB, 80 and 53. RGB value is (187,128,83). Sum of RGB (Red+Green+Blue) = 187+128+83=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 83 (32.81% from 255 or 20.85% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8053 is #447FAC. Grayscale: #8C8C8C. Windows color (decimal): -4489133 or 5472443. OLE color: 5472443.
HSL color Cylindrical-coordinate representation of color #BB8053: hue angle of 25.96º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB8053 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 128 | 83 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.27 |
| HSL | 25.96º | 0.43% | 0.53% | - |
| HSV(B) | 25.96º | 0.56% | 0.73% | - |
| XYZ | 29.77 | 26.63 | 11.75 | - |
| YUV | 140.51 | 95.55 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 83 | 0 | 0.32 | 0.56 | 0.27 | 25.96 | 0.43 | 0.53 |
| Hex | BB | 80 | 53 | 0 | 20 | 38 | 1B | 1A | 2B | 35 |
| Octal | 273 | 200 | 123 | 0 | 40 | 70 | 33 | 32 | 53 | 65 |
| Binary | 10111011 | 10000000 | 1010011 | 0 | 100000 | 111000 | 11011 | 11010 | 101011 | 110101 |
Color Harmonies of #BB8053
Complementary color
Monochromatic Colors of #BB8053
Black with #BB8053
Text Example
Text Example
White with #BB8053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8053; }
p { color: rgb(187,128,83); }
H1.HeaderClassName
{
color: #BB8053;
}
.AnyTagClassName
{
color: #BB8053;
}
</style>
background-color css
<style>
a { background-color: #BB8053; }
a { background-color: rgb(187,128,83); }
div.DivClassName
{
background-color: #BB8053;
}
.BgClassName
{
background-color: #BB8053;
}
</style>
border-color css
<style>
span { border-color: #BB8053; }
span { border-color: rgb(187,128,83); }
td.TdClassName
{
border-color: #BB8053;
}
.TagClassName
{
border-color: #BB8053;
}
</style>