Shades of Brandy Punch #BB7C41
Tints of Brandy Punch #BB7C41
RGB
CMYK
RGB Variations
Color information
#BB7C41 (or 0xBB7C41) is known color: Brandy Punch. HEX triplet: BB, 7C and 41. RGB value is (187,124,65). Sum of RGB (Red+Green+Blue) = 187+124+65=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C41 is #4483BE. Grayscale: #888888. Windows color (decimal): -4490175 or 4291771. OLE color: 4291771.
HSL color Cylindrical-coordinate representation of color #BB7C41: hue angle of 29.02º 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 #BB7C41 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 124 | 65 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.27 |
| HSL | 29.02º | 0.48% | 0.49% | - |
| HSV(B) | 29.02º | 0.65% | 0.73% | - |
| XYZ | 28.66 | 25.36 | 8.39 | - |
| YUV | 136.11 | 87.87 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 124 | 65 | 0 | 0.34 | 0.65 | 0.27 | 29.02 | 0.48 | 0.49 |
| Hex | BB | 7C | 41 | 0 | 22 | 41 | 1B | 1D | 30 | 31 |
| Octal | 273 | 174 | 101 | 0 | 42 | 101 | 33 | 35 | 60 | 61 |
| Binary | 10111011 | 1111100 | 1000001 | 0 | 100010 | 1000001 | 11011 | 11101 | 110000 | 110001 |
Color Harmonies of #BB7C41
Complementary color
Monochromatic Colors of #BB7C41
Black with #BB7C41
Text Example
Text Example
White with #BB7C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7C41; }
p { color: rgb(187,124,65); }
H1.HeaderClassName
{
color: #BB7C41;
}
.AnyTagClassName
{
color: #BB7C41;
}
</style>
background-color css
<style>
a { background-color: #BB7C41; }
a { background-color: rgb(187,124,65); }
div.DivClassName
{
background-color: #BB7C41;
}
.BgClassName
{
background-color: #BB7C41;
}
</style>
border-color css
<style>
span { border-color: #BB7C41; }
span { border-color: rgb(187,124,65); }
td.TdClassName
{
border-color: #BB7C41;
}
.TagClassName
{
border-color: #BB7C41;
}
</style>