Shades of Brandy Punch #BB7541
Tints of Brandy Punch #BB7541
RGB
CMYK
RGB Variations
Color information
#BB7541 (or 0xBB7541) is known color: Brandy Punch. HEX triplet: BB, 75 and 41. RGB value is (187,117,65). Sum of RGB (Red+Green+Blue) = 187+117+65=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7541 is #448ABE. Grayscale: #848484. Windows color (decimal): -4491967 or 4289979. OLE color: 4289979.
HSL color Cylindrical-coordinate representation of color #BB7541: hue angle of 25.57º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB7541 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 117 | 65 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.27 |
| HSL | 25.57º | 0.48% | 0.49% | - |
| HSV(B) | 25.57º | 0.65% | 0.73% | - |
| XYZ | 27.81 | 23.67 | 8.1 | - |
| YUV | 132 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 117 | 65 | 0 | 0.37 | 0.65 | 0.27 | 25.57 | 0.48 | 0.49 |
| Hex | BB | 75 | 41 | 0 | 25 | 41 | 1B | 1A | 30 | 31 |
| Octal | 273 | 165 | 101 | 0 | 45 | 101 | 33 | 32 | 60 | 61 |
| Binary | 10111011 | 1110101 | 1000001 | 0 | 100101 | 1000001 | 11011 | 11010 | 110000 | 110001 |
Color Harmonies of #BB7541
Complementary color
Monochromatic Colors of #BB7541
Black with #BB7541
Text Example
Text Example
White with #BB7541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7541; }
p { color: rgb(187,117,65); }
H1.HeaderClassName
{
color: #BB7541;
}
.AnyTagClassName
{
color: #BB7541;
}
</style>
background-color css
<style>
a { background-color: #BB7541; }
a { background-color: rgb(187,117,65); }
div.DivClassName
{
background-color: #BB7541;
}
.BgClassName
{
background-color: #BB7541;
}
</style>
border-color css
<style>
span { border-color: #BB7541; }
span { border-color: rgb(187,117,65); }
td.TdClassName
{
border-color: #BB7541;
}
.TagClassName
{
border-color: #BB7541;
}
</style>