Shades of Brandy Punch #B87941
Tints of Brandy Punch #B87941
RGB
CMYK
RGB Variations
Color information
#B87941 (or 0xB87941) is known color: Brandy Punch. HEX triplet: B8, 79 and 41. RGB value is (184,121,65). Sum of RGB (Red+Green+Blue) = 184+121+65=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B87941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87941 is #4786BE. Grayscale: #858585. Windows color (decimal): -4687551 or 4291000. OLE color: 4291000.
HSL color Cylindrical-coordinate representation of color #B87941: hue angle of 28.24º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B87941 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 65 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.28 |
| HSL | 28.24º | 0.48% | 0.49% | - |
| HSV(B) | 28.24º | 0.65% | 0.72% | - |
| XYZ | 27.56 | 24.25 | 8.23 | - |
| YUV | 133.45 | 89.37 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 65 | 0 | 0.34 | 0.65 | 0.28 | 28.24 | 0.48 | 0.49 |
| Hex | B8 | 79 | 41 | 0 | 22 | 41 | 1C | 1C | 30 | 31 |
| Octal | 270 | 171 | 101 | 0 | 42 | 101 | 34 | 34 | 60 | 61 |
| Binary | 10111000 | 1111001 | 1000001 | 0 | 100010 | 1000001 | 11100 | 11100 | 110000 | 110001 |
Color Harmonies of #B87941
Complementary color
Monochromatic Colors of #B87941
Black with #B87941
Text Example
Text Example
White with #B87941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87941; }
p { color: rgb(184,121,65); }
H1.HeaderClassName
{
color: #B87941;
}
.AnyTagClassName
{
color: #B87941;
}
</style>
background-color css
<style>
a { background-color: #B87941; }
a { background-color: rgb(184,121,65); }
div.DivClassName
{
background-color: #B87941;
}
.BgClassName
{
background-color: #B87941;
}
</style>
border-color css
<style>
span { border-color: #B87941; }
span { border-color: rgb(184,121,65); }
td.TdClassName
{
border-color: #B87941;
}
.TagClassName
{
border-color: #B87941;
}
</style>