Shades of Brandy Punch #B3783D
Tints of Brandy Punch #B3783D
RGB
CMYK
RGB Variations
Color information
#B3783D (or 0xB3783D) is known color: Brandy Punch. HEX triplet: B3, 78 and 3D. RGB value is (179,120,61). Sum of RGB (Red+Green+Blue) = 179+120+61=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B3783D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3783D is #4C87C2. Grayscale: #838383. Windows color (decimal): -5015491 or 4028595. OLE color: 4028595.
HSL color Cylindrical-coordinate representation of color #B3783D: hue angle of 30º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3783D is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 120 | 61 | - |
| CMYK | 0 | 0.33 | 0.66 | 0.30 |
| HSL | 30º | 0.49% | 0.47% | - |
| HSV(B) | 30º | 0.66% | 0.7% | - |
| XYZ | 26.15 | 23.35 | 7.54 | - |
| YUV | 130.92 | 88.55 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 120 | 61 | 0 | 0.33 | 0.66 | 0.30 | 30 | 0.49 | 0.47 |
| Hex | B3 | 78 | 3D | 0 | 21 | 42 | 1E | 1E | 31 | 2F |
| Octal | 263 | 170 | 75 | 0 | 41 | 102 | 36 | 36 | 61 | 57 |
| Binary | 10110011 | 1111000 | 111101 | 0 | 100001 | 1000010 | 11110 | 11110 | 110001 | 101111 |
Color Harmonies of #B3783D
Complementary color
Monochromatic Colors of #B3783D
Black with #B3783D
Text Example
Text Example
White with #B3783D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3783D; }
p { color: rgb(179,120,61); }
H1.HeaderClassName
{
color: #B3783D;
}
.AnyTagClassName
{
color: #B3783D;
}
</style>
background-color css
<style>
a { background-color: #B3783D; }
a { background-color: rgb(179,120,61); }
div.DivClassName
{
background-color: #B3783D;
}
.BgClassName
{
background-color: #B3783D;
}
</style>
border-color css
<style>
span { border-color: #B3783D; }
span { border-color: rgb(179,120,61); }
td.TdClassName
{
border-color: #B3783D;
}
.TagClassName
{
border-color: #B3783D;
}
</style>