Shades of Brandy Punch #B7783C
Tints of Brandy Punch #B7783C
RGB
CMYK
RGB Variations
Color information
#B7783C (or 0xB7783C) is known color: Brandy Punch. HEX triplet: B7, 78 and 3C. RGB value is (183,120,60). Sum of RGB (Red+Green+Blue) = 183+120+60=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7783C is #4887C3. Grayscale: #848484. Windows color (decimal): -4753348 or 3963063. OLE color: 3963063.
HSL color Cylindrical-coordinate representation of color #B7783C: hue angle of 29.27º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7783C is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 60 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.28 |
| HSL | 29.27º | 0.51% | 0.48% | - |
| HSV(B) | 29.27º | 0.67% | 0.72% | - |
| XYZ | 27.06 | 23.83 | 7.45 | - |
| YUV | 132 | 87.37 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 60 | 0 | 0.34 | 0.67 | 0.28 | 29.27 | 0.51 | 0.48 |
| Hex | B7 | 78 | 3C | 0 | 22 | 43 | 1C | 1D | 33 | 30 |
| Octal | 267 | 170 | 74 | 0 | 42 | 103 | 34 | 35 | 63 | 60 |
| Binary | 10110111 | 1111000 | 111100 | 0 | 100010 | 1000011 | 11100 | 11101 | 110011 | 110000 |
Color Harmonies of #B7783C
Complementary color
Monochromatic Colors of #B7783C
Black with #B7783C
Text Example
Text Example
White with #B7783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7783C; }
p { color: rgb(183,120,60); }
H1.HeaderClassName
{
color: #B7783C;
}
.AnyTagClassName
{
color: #B7783C;
}
</style>
background-color css
<style>
a { background-color: #B7783C; }
a { background-color: rgb(183,120,60); }
div.DivClassName
{
background-color: #B7783C;
}
.BgClassName
{
background-color: #B7783C;
}
</style>
border-color css
<style>
span { border-color: #B7783C; }
span { border-color: rgb(183,120,60); }
td.TdClassName
{
border-color: #B7783C;
}
.TagClassName
{
border-color: #B7783C;
}
</style>