Shades of Brandy Punch #B57B45
Tints of Brandy Punch #B57B45
RGB
CMYK
RGB Variations
Color information
#B57B45 (or 0xB57B45) is known color: Brandy Punch. HEX triplet: B5, 7B and 45. RGB value is (181,123,69). Sum of RGB (Red+Green+Blue) = 181+123+69=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57B45 is #4A84BA. Grayscale: #868686. Windows color (decimal): -4883643 or 4553653. OLE color: 4553653.
HSL color Cylindrical-coordinate representation of color #B57B45: hue angle of 28.93º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B57B45 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 69 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.29 |
| HSL | 28.93º | 0.45% | 0.49% | - |
| HSV(B) | 28.93º | 0.62% | 0.71% | - |
| XYZ | 27.21 | 24.42 | 8.91 | - |
| YUV | 134.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 69 | 0 | 0.32 | 0.62 | 0.29 | 28.93 | 0.45 | 0.49 |
| Hex | B5 | 7B | 45 | 0 | 20 | 3E | 1D | 1D | 2D | 31 |
| Octal | 265 | 173 | 105 | 0 | 40 | 76 | 35 | 35 | 55 | 61 |
| Binary | 10110101 | 1111011 | 1000101 | 0 | 100000 | 111110 | 11101 | 11101 | 101101 | 110001 |
Color Harmonies of #B57B45
Complementary color
Monochromatic Colors of #B57B45
Black with #B57B45
Text Example
Text Example
White with #B57B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B45; }
p { color: rgb(181,123,69); }
H1.HeaderClassName
{
color: #B57B45;
}
.AnyTagClassName
{
color: #B57B45;
}
</style>
background-color css
<style>
a { background-color: #B57B45; }
a { background-color: rgb(181,123,69); }
div.DivClassName
{
background-color: #B57B45;
}
.BgClassName
{
background-color: #B57B45;
}
</style>
border-color css
<style>
span { border-color: #B57B45; }
span { border-color: rgb(181,123,69); }
td.TdClassName
{
border-color: #B57B45;
}
.TagClassName
{
border-color: #B57B45;
}
</style>