Shades of Brandy Punch #B87952
Tints of Brandy Punch #B87952
RGB
CMYK
RGB Variations
Color information
#B87952 (or 0xB87952) is known color: Brandy Punch. HEX triplet: B8, 79 and 52. RGB value is (184,121,82). Sum of RGB (Red+Green+Blue) = 184+121+82=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B87952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87952 is #4786AD. Grayscale: #878787. Windows color (decimal): -4687534 or 5405112. OLE color: 5405112.
HSL color Cylindrical-coordinate representation of color #B87952: hue angle of 22.94º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B87952 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 82 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.28 |
| HSL | 22.94º | 0.42% | 0.52% | - |
| HSV(B) | 22.94º | 0.55% | 0.72% | - |
| XYZ | 28.13 | 24.47 | 11.22 | - |
| YUV | 135.39 | 97.87 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 82 | 0 | 0.34 | 0.55 | 0.28 | 22.94 | 0.42 | 0.52 |
| Hex | B8 | 79 | 52 | 0 | 22 | 37 | 1C | 17 | 2A | 34 |
| Octal | 270 | 171 | 122 | 0 | 42 | 67 | 34 | 27 | 52 | 64 |
| Binary | 10111000 | 1111001 | 1010010 | 0 | 100010 | 110111 | 11100 | 10111 | 101010 | 110100 |
Color Harmonies of #B87952
Complementary color
Monochromatic Colors of #B87952
Black with #B87952
Text Example
Text Example
White with #B87952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87952; }
p { color: rgb(184,121,82); }
H1.HeaderClassName
{
color: #B87952;
}
.AnyTagClassName
{
color: #B87952;
}
</style>
background-color css
<style>
a { background-color: #B87952; }
a { background-color: rgb(184,121,82); }
div.DivClassName
{
background-color: #B87952;
}
.BgClassName
{
background-color: #B87952;
}
</style>
border-color css
<style>
span { border-color: #B87952; }
span { border-color: rgb(184,121,82); }
td.TdClassName
{
border-color: #B87952;
}
.TagClassName
{
border-color: #B87952;
}
</style>