Shades of Brandy Punch #BB7E4A
Tints of Brandy Punch #BB7E4A
RGB
CMYK
RGB Variations
Color information
#BB7E4A (or 0xBB7E4A) is known color: Brandy Punch. HEX triplet: BB, 7E and 4A. RGB value is (187,126,74). Sum of RGB (Red+Green+Blue) = 187+126+74=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7E4A is #4481B5. Grayscale: #8A8A8A. Windows color (decimal): -4489654 or 4882107. OLE color: 4882107.
HSL color Cylindrical-coordinate representation of color #BB7E4A: hue angle of 27.61º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB7E4A is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 126 | 74 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.27 |
| HSL | 27.61º | 0.45% | 0.51% | - |
| HSV(B) | 27.61º | 0.6% | 0.73% | - |
| XYZ | 29.19 | 25.98 | 9.95 | - |
| YUV | 138.31 | 91.71 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 126 | 74 | 0 | 0.33 | 0.60 | 0.27 | 27.61 | 0.45 | 0.51 |
| Hex | BB | 7E | 4A | 0 | 21 | 3C | 1B | 1C | 2D | 33 |
| Octal | 273 | 176 | 112 | 0 | 41 | 74 | 33 | 34 | 55 | 63 |
| Binary | 10111011 | 1111110 | 1001010 | 0 | 100001 | 111100 | 11011 | 11100 | 101101 | 110011 |
Color Harmonies of #BB7E4A
Complementary color
Monochromatic Colors of #BB7E4A
Black with #BB7E4A
Text Example
Text Example
White with #BB7E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7E4A; }
p { color: rgb(187,126,74); }
H1.HeaderClassName
{
color: #BB7E4A;
}
.AnyTagClassName
{
color: #BB7E4A;
}
</style>
background-color css
<style>
a { background-color: #BB7E4A; }
a { background-color: rgb(187,126,74); }
div.DivClassName
{
background-color: #BB7E4A;
}
.BgClassName
{
background-color: #BB7E4A;
}
</style>
border-color css
<style>
span { border-color: #BB7E4A; }
span { border-color: rgb(187,126,74); }
td.TdClassName
{
border-color: #BB7E4A;
}
.TagClassName
{
border-color: #BB7E4A;
}
</style>