Shades of Brandy Punch #BB7E3A
Tints of Brandy Punch #BB7E3A
RGB
CMYK
RGB Variations
Color information
#BB7E3A (or 0xBB7E3A) is known color: Brandy Punch. HEX triplet: BB, 7E and 3A. RGB value is (187,126,58). Sum of RGB (Red+Green+Blue) = 187+126+58=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7E3A is #4481C5. Grayscale: #888888. Windows color (decimal): -4489670 or 3833531. OLE color: 3833531.
HSL color Cylindrical-coordinate representation of color #BB7E3A: hue angle of 31.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BB7E3A is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 126 | 58 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.27 |
| HSL | 31.63º | 0.53% | 0.48% | - |
| HSV(B) | 31.63º | 0.69% | 0.73% | - |
| XYZ | 28.72 | 25.79 | 7.47 | - |
| YUV | 136.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 58 | 0 | 0.33 | 0.69 | 0.27 | 31.63 | 0.53 | 0.48 |
| Hex | BB | 7E | 3A | 0 | 21 | 45 | 1B | 20 | 35 | 30 |
| Octal | 273 | 176 | 72 | 0 | 41 | 105 | 33 | 40 | 65 | 60 |
| Binary | 10111011 | 1111110 | 111010 | 0 | 100001 | 1000101 | 11011 | 100000 | 110101 | 110000 |
Color Harmonies of #BB7E3A
Complementary color
Monochromatic Colors of #BB7E3A
Black with #BB7E3A
Text Example
Text Example
White with #BB7E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7E3A; }
p { color: rgb(187,126,58); }
H1.HeaderClassName
{
color: #BB7E3A;
}
.AnyTagClassName
{
color: #BB7E3A;
}
</style>
background-color css
<style>
a { background-color: #BB7E3A; }
a { background-color: rgb(187,126,58); }
div.DivClassName
{
background-color: #BB7E3A;
}
.BgClassName
{
background-color: #BB7E3A;
}
</style>
border-color css
<style>
span { border-color: #BB7E3A; }
span { border-color: rgb(187,126,58); }
td.TdClassName
{
border-color: #BB7E3A;
}
.TagClassName
{
border-color: #BB7E3A;
}
</style>