Shades of Brandy Punch #B27940
Tints of Brandy Punch #B27940
RGB
CMYK
RGB Variations
Color information
#B27940 (or 0xB27940) is known color: Brandy Punch. HEX triplet: B2, 79 and 40. RGB value is (178,121,64). Sum of RGB (Red+Green+Blue) = 178+121+64=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B27940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27940 is #4D86BF. Grayscale: #838383. Windows color (decimal): -5080768 or 4225458. OLE color: 4225458.
HSL color Cylindrical-coordinate representation of color #B27940: hue angle of 30º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B27940 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 121 | 64 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.30 |
| HSL | 30º | 0.47% | 0.47% | - |
| HSV(B) | 30º | 0.64% | 0.7% | - |
| XYZ | 26.12 | 23.51 | 8.01 | - |
| YUV | 131.55 | 89.88 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 121 | 64 | 0 | 0.32 | 0.64 | 0.30 | 30 | 0.47 | 0.47 |
| Hex | B2 | 79 | 40 | 0 | 20 | 40 | 1E | 1E | 2F | 2F |
| Octal | 262 | 171 | 100 | 0 | 40 | 100 | 36 | 36 | 57 | 57 |
| Binary | 10110010 | 1111001 | 1000000 | 0 | 100000 | 1000000 | 11110 | 11110 | 101111 | 101111 |
Color Harmonies of #B27940
Complementary color
Monochromatic Colors of #B27940
Black with #B27940
Text Example
Text Example
White with #B27940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27940; }
p { color: rgb(178,121,64); }
H1.HeaderClassName
{
color: #B27940;
}
.AnyTagClassName
{
color: #B27940;
}
</style>
background-color css
<style>
a { background-color: #B27940; }
a { background-color: rgb(178,121,64); }
div.DivClassName
{
background-color: #B27940;
}
.BgClassName
{
background-color: #B27940;
}
</style>
border-color css
<style>
span { border-color: #B27940; }
span { border-color: rgb(178,121,64); }
td.TdClassName
{
border-color: #B27940;
}
.TagClassName
{
border-color: #B27940;
}
</style>