Shades of Brandy Punch #B6783C
Tints of Brandy Punch #B6783C
RGB
CMYK
RGB Variations
Color information
#B6783C (or 0xB6783C) is known color: Brandy Punch. HEX triplet: B6, 78 and 3C. RGB value is (182,120,60). Sum of RGB (Red+Green+Blue) = 182+120+60=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B6783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6783C is #4987C3. Grayscale: #848484. Windows color (decimal): -4818884 or 3963062. OLE color: 3963062.
HSL color Cylindrical-coordinate representation of color #B6783C: hue angle of 29.51º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6783C is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 120 | 60 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.29 |
| HSL | 29.51º | 0.5% | 0.47% | - |
| HSV(B) | 29.51º | 0.67% | 0.71% | - |
| XYZ | 26.82 | 23.7 | 7.44 | - |
| YUV | 131.7 | 87.54 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 120 | 60 | 0 | 0.34 | 0.67 | 0.29 | 29.51 | 0.5 | 0.47 |
| Hex | B6 | 78 | 3C | 0 | 22 | 43 | 1D | 1E | 32 | 2F |
| Octal | 266 | 170 | 74 | 0 | 42 | 103 | 35 | 36 | 62 | 57 |
| Binary | 10110110 | 1111000 | 111100 | 0 | 100010 | 1000011 | 11101 | 11110 | 110010 | 101111 |
Color Harmonies of #B6783C
Complementary color
Monochromatic Colors of #B6783C
Black with #B6783C
Text Example
Text Example
White with #B6783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6783C; }
p { color: rgb(182,120,60); }
H1.HeaderClassName
{
color: #B6783C;
}
.AnyTagClassName
{
color: #B6783C;
}
</style>
background-color css
<style>
a { background-color: #B6783C; }
a { background-color: rgb(182,120,60); }
div.DivClassName
{
background-color: #B6783C;
}
.BgClassName
{
background-color: #B6783C;
}
</style>
border-color css
<style>
span { border-color: #B6783C; }
span { border-color: rgb(182,120,60); }
td.TdClassName
{
border-color: #B6783C;
}
.TagClassName
{
border-color: #B6783C;
}
</style>