Shades of Brandy Punch #BB8345
Tints of Brandy Punch #BB8345
RGB
CMYK
RGB Variations
Color information
#BB8345 (or 0xBB8345) is known color: Brandy Punch. HEX triplet: BB, 83 and 45. RGB value is (187,131,69). Sum of RGB (Red+Green+Blue) = 187+131+69=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8345 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8345 is #447CBA. Grayscale: #8C8C8C. Windows color (decimal): -4488379 or 4555707. OLE color: 4555707.
HSL color Cylindrical-coordinate representation of color #BB8345: hue angle of 31.53º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB8345 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 131 | 69 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.27 |
| HSL | 31.53º | 0.46% | 0.5% | - |
| HSV(B) | 31.53º | 0.63% | 0.73% | - |
| XYZ | 29.68 | 27.23 | 9.32 | - |
| YUV | 140.68 | 87.55 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 131 | 69 | 0 | 0.30 | 0.63 | 0.27 | 31.53 | 0.46 | 0.5 |
| Hex | BB | 83 | 45 | 0 | 1E | 3F | 1B | 20 | 2E | 32 |
| Octal | 273 | 203 | 105 | 0 | 36 | 77 | 33 | 40 | 56 | 62 |
| Binary | 10111011 | 10000011 | 1000101 | 0 | 11110 | 111111 | 11011 | 100000 | 101110 | 110010 |
Color Harmonies of #BB8345
Complementary color
Monochromatic Colors of #BB8345
Black with #BB8345
Text Example
Text Example
White with #BB8345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8345; }
p { color: rgb(187,131,69); }
H1.HeaderClassName
{
color: #BB8345;
}
.AnyTagClassName
{
color: #BB8345;
}
</style>
background-color css
<style>
a { background-color: #BB8345; }
a { background-color: rgb(187,131,69); }
div.DivClassName
{
background-color: #BB8345;
}
.BgClassName
{
background-color: #BB8345;
}
</style>
border-color css
<style>
span { border-color: #BB8345; }
span { border-color: rgb(187,131,69); }
td.TdClassName
{
border-color: #BB8345;
}
.TagClassName
{
border-color: #BB8345;
}
</style>