Shades of Brandy Punch #B5763F
Tints of Brandy Punch #B5763F
RGB
CMYK
RGB Variations
Color information
#B5763F (or 0xB5763F) is known color: Brandy Punch. HEX triplet: B5, 76 and 3F. RGB value is (181,118,63). Sum of RGB (Red+Green+Blue) = 181+118+63=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5763F is #4A89C0. Grayscale: #828282. Windows color (decimal): -4884929 or 4159157. OLE color: 4159157.
HSL color Cylindrical-coordinate representation of color #B5763F: hue angle of 27.97º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5763F is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 118 | 63 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.29 |
| HSL | 27.97º | 0.48% | 0.48% | - |
| HSV(B) | 27.97º | 0.65% | 0.71% | - |
| XYZ | 26.43 | 23.14 | 7.78 | - |
| YUV | 130.57 | 89.87 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 118 | 63 | 0 | 0.35 | 0.65 | 0.29 | 27.97 | 0.48 | 0.48 |
| Hex | B5 | 76 | 3F | 0 | 23 | 41 | 1D | 1C | 30 | 30 |
| Octal | 265 | 166 | 77 | 0 | 43 | 101 | 35 | 34 | 60 | 60 |
| Binary | 10110101 | 1110110 | 111111 | 0 | 100011 | 1000001 | 11101 | 11100 | 110000 | 110000 |
Color Harmonies of #B5763F
Complementary color
Monochromatic Colors of #B5763F
Black with #B5763F
Text Example
Text Example
White with #B5763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5763F; }
p { color: rgb(181,118,63); }
H1.HeaderClassName
{
color: #B5763F;
}
.AnyTagClassName
{
color: #B5763F;
}
</style>
background-color css
<style>
a { background-color: #B5763F; }
a { background-color: rgb(181,118,63); }
div.DivClassName
{
background-color: #B5763F;
}
.BgClassName
{
background-color: #B5763F;
}
</style>
border-color css
<style>
span { border-color: #B5763F; }
span { border-color: rgb(181,118,63); }
td.TdClassName
{
border-color: #B5763F;
}
.TagClassName
{
border-color: #B5763F;
}
</style>