Shades of Brandy Punch #B3784A
Tints of Brandy Punch #B3784A
RGB
CMYK
RGB Variations
Color information
#B3784A (or 0xB3784A) is known color: Brandy Punch. HEX triplet: B3, 78 and 4A. RGB value is (179,120,74). Sum of RGB (Red+Green+Blue) = 179+120+74=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3784A is #4C87B5. Grayscale: #848484. Windows color (decimal): -5015478 or 4880563. OLE color: 4880563.
HSL color Cylindrical-coordinate representation of color #B3784A: hue angle of 26.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3784A is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 74 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.30 |
| HSL | 26.29º | 0.42% | 0.5% | - |
| HSV(B) | 26.29º | 0.59% | 0.7% | - |
| XYZ | 26.54 | 23.51 | 9.62 | - |
| YUV | 132.4 | 95.05 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 74 | 0 | 0.33 | 0.59 | 0.30 | 26.29 | 0.42 | 0.5 |
| Hex | B3 | 78 | 4A | 0 | 21 | 3B | 1E | 1A | 2A | 32 |
| Octal | 263 | 170 | 112 | 0 | 41 | 73 | 36 | 32 | 52 | 62 |
| Binary | 10110011 | 1111000 | 1001010 | 0 | 100001 | 111011 | 11110 | 11010 | 101010 | 110010 |
Color Harmonies of #B3784A
Complementary color
Monochromatic Colors of #B3784A
Black with #B3784A
Text Example
Text Example
White with #B3784A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3784A; }
p { color: rgb(179,120,74); }
H1.HeaderClassName
{
color: #B3784A;
}
.AnyTagClassName
{
color: #B3784A;
}
</style>
background-color css
<style>
a { background-color: #B3784A; }
a { background-color: rgb(179,120,74); }
div.DivClassName
{
background-color: #B3784A;
}
.BgClassName
{
background-color: #B3784A;
}
</style>
border-color css
<style>
span { border-color: #B3784A; }
span { border-color: rgb(179,120,74); }
td.TdClassName
{
border-color: #B3784A;
}
.TagClassName
{
border-color: #B3784A;
}
</style>