Shades of Brandy Punch #B57D3C
Tints of Brandy Punch #B57D3C
RGB
CMYK
RGB Variations
Color information
#B57D3C (or 0xB57D3C) is known color: Brandy Punch. HEX triplet: B5, 7D and 3C. RGB value is (181,125,60). Sum of RGB (Red+Green+Blue) = 181+125+60=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57D3C is #4A82C3. Grayscale: #868686. Windows color (decimal): -4883140 or 3964341. OLE color: 3964341.
HSL color Cylindrical-coordinate representation of color #B57D3C: hue angle of 32.23º 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 #B57D3C is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 60 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.29 |
| HSL | 32.23º | 0.5% | 0.47% | - |
| HSV(B) | 32.23º | 0.67% | 0.71% | - |
| XYZ | 27.21 | 24.82 | 7.63 | - |
| YUV | 134.33 | 86.05 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 60 | 0 | 0.31 | 0.67 | 0.29 | 32.23 | 0.5 | 0.47 |
| Hex | B5 | 7D | 3C | 0 | 1F | 43 | 1D | 20 | 32 | 2F |
| Octal | 265 | 175 | 74 | 0 | 37 | 103 | 35 | 40 | 62 | 57 |
| Binary | 10110101 | 1111101 | 111100 | 0 | 11111 | 1000011 | 11101 | 100000 | 110010 | 101111 |
Color Harmonies of #B57D3C
Complementary color
Monochromatic Colors of #B57D3C
Black with #B57D3C
Text Example
Text Example
White with #B57D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D3C; }
p { color: rgb(181,125,60); }
H1.HeaderClassName
{
color: #B57D3C;
}
.AnyTagClassName
{
color: #B57D3C;
}
</style>
background-color css
<style>
a { background-color: #B57D3C; }
a { background-color: rgb(181,125,60); }
div.DivClassName
{
background-color: #B57D3C;
}
.BgClassName
{
background-color: #B57D3C;
}
</style>
border-color css
<style>
span { border-color: #B57D3C; }
span { border-color: rgb(181,125,60); }
td.TdClassName
{
border-color: #B57D3C;
}
.TagClassName
{
border-color: #B57D3C;
}
</style>