Shades of Brandy Punch #B5784A
Tints of Brandy Punch #B5784A
RGB
CMYK
RGB Variations
Color information
#B5784A (or 0xB5784A) is known color: Brandy Punch. HEX triplet: B5, 78 and 4A. RGB value is (181,120,74). Sum of RGB (Red+Green+Blue) = 181+120+74=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5784A is #4A87B5. Grayscale: #858585. Windows color (decimal): -4884406 or 4880565. OLE color: 4880565.
HSL color Cylindrical-coordinate representation of color #B5784A: hue angle of 25.79º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5784A is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 120 | 74 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.29 |
| HSL | 25.79º | 0.42% | 0.5% | - |
| HSV(B) | 25.79º | 0.59% | 0.71% | - |
| XYZ | 27.01 | 23.75 | 9.64 | - |
| YUV | 133 | 94.71 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 120 | 74 | 0 | 0.34 | 0.59 | 0.29 | 25.79 | 0.42 | 0.5 |
| Hex | B5 | 78 | 4A | 0 | 22 | 3B | 1D | 1A | 2A | 32 |
| Octal | 265 | 170 | 112 | 0 | 42 | 73 | 35 | 32 | 52 | 62 |
| Binary | 10110101 | 1111000 | 1001010 | 0 | 100010 | 111011 | 11101 | 11010 | 101010 | 110010 |
Color Harmonies of #B5784A
Complementary color
Monochromatic Colors of #B5784A
Black with #B5784A
Text Example
Text Example
White with #B5784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5784A; }
p { color: rgb(181,120,74); }
H1.HeaderClassName
{
color: #B5784A;
}
.AnyTagClassName
{
color: #B5784A;
}
</style>
background-color css
<style>
a { background-color: #B5784A; }
a { background-color: rgb(181,120,74); }
div.DivClassName
{
background-color: #B5784A;
}
.BgClassName
{
background-color: #B5784A;
}
</style>
border-color css
<style>
span { border-color: #B5784A; }
span { border-color: rgb(181,120,74); }
td.TdClassName
{
border-color: #B5784A;
}
.TagClassName
{
border-color: #B5784A;
}
</style>