Shades of Brandy Punch #B27A45
Tints of Brandy Punch #B27A45
RGB
CMYK
RGB Variations
Color information
#B27A45 (or 0xB27A45) is known color: Brandy Punch. HEX triplet: B2, 7A and 45. RGB value is (178,122,69). Sum of RGB (Red+Green+Blue) = 178+122+69=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27A45 is #4D85BA. Grayscale: #848484. Windows color (decimal): -5080507 or 4553394. OLE color: 4553394.
HSL color Cylindrical-coordinate representation of color #B27A45: hue angle of 29.17º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B27A45 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 122 | 69 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.30 |
| HSL | 29.17º | 0.44% | 0.48% | - |
| HSV(B) | 29.17º | 0.61% | 0.7% | - |
| XYZ | 26.39 | 23.81 | 8.84 | - |
| YUV | 132.7 | 92.05 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 69 | 0 | 0.31 | 0.61 | 0.30 | 29.17 | 0.44 | 0.48 |
| Hex | B2 | 7A | 45 | 0 | 1F | 3D | 1E | 1D | 2C | 30 |
| Octal | 262 | 172 | 105 | 0 | 37 | 75 | 36 | 35 | 54 | 60 |
| Binary | 10110010 | 1111010 | 1000101 | 0 | 11111 | 111101 | 11110 | 11101 | 101100 | 110000 |
Color Harmonies of #B27A45
Complementary color
Monochromatic Colors of #B27A45
Black with #B27A45
Text Example
Text Example
White with #B27A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27A45; }
p { color: rgb(178,122,69); }
H1.HeaderClassName
{
color: #B27A45;
}
.AnyTagClassName
{
color: #B27A45;
}
</style>
background-color css
<style>
a { background-color: #B27A45; }
a { background-color: rgb(178,122,69); }
div.DivClassName
{
background-color: #B27A45;
}
.BgClassName
{
background-color: #B27A45;
}
</style>
border-color css
<style>
span { border-color: #B27A45; }
span { border-color: rgb(178,122,69); }
td.TdClassName
{
border-color: #B27A45;
}
.TagClassName
{
border-color: #B27A45;
}
</style>