Shades of Brandy Punch #BB834E
Tints of Brandy Punch #BB834E
RGB
CMYK
RGB Variations
Color information
#BB834E (or 0xBB834E) is known color: Brandy Punch. HEX triplet: BB, 83 and 4E. RGB value is (187,131,78). Sum of RGB (Red+Green+Blue) = 187+131+78=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB834E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB834E is #447CB1. Grayscale: #8D8D8D. Windows color (decimal): -4488370 or 5145531. OLE color: 5145531.
HSL color Cylindrical-coordinate representation of color #BB834E: hue angle of 29.17º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB834E is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 78 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.27 |
| HSL | 29.17º | 0.44% | 0.52% | - |
| HSV(B) | 29.17º | 0.58% | 0.73% | - |
| XYZ | 29.98 | 27.35 | 10.91 | - |
| YUV | 141.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 78 | 0 | 0.30 | 0.58 | 0.27 | 29.17 | 0.44 | 0.52 |
| Hex | BB | 83 | 4E | 0 | 1E | 3A | 1B | 1D | 2C | 34 |
| Octal | 273 | 203 | 116 | 0 | 36 | 72 | 33 | 35 | 54 | 64 |
| Binary | 10111011 | 10000011 | 1001110 | 0 | 11110 | 111010 | 11011 | 11101 | 101100 | 110100 |
Color Harmonies of #BB834E
Complementary color
Monochromatic Colors of #BB834E
Black with #BB834E
Text Example
Text Example
White with #BB834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB834E; }
p { color: rgb(187,131,78); }
H1.HeaderClassName
{
color: #BB834E;
}
.AnyTagClassName
{
color: #BB834E;
}
</style>
background-color css
<style>
a { background-color: #BB834E; }
a { background-color: rgb(187,131,78); }
div.DivClassName
{
background-color: #BB834E;
}
.BgClassName
{
background-color: #BB834E;
}
</style>
border-color css
<style>
span { border-color: #BB834E; }
span { border-color: rgb(187,131,78); }
td.TdClassName
{
border-color: #BB834E;
}
.TagClassName
{
border-color: #BB834E;
}
</style>