Shades of Brandy Punch #B5774D
Tints of Brandy Punch #B5774D
RGB
CMYK
RGB Variations
Color information
#B5774D (or 0xB5774D) is known color: Brandy Punch. HEX triplet: B5, 77 and 4D. RGB value is (181,119,77). Sum of RGB (Red+Green+Blue) = 181+119+77=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5774D is #4A88B2. Grayscale: #848484. Windows color (decimal): -4884659 or 5076917. OLE color: 5076917.
HSL color Cylindrical-coordinate representation of color #B5774D: hue angle of 24.23º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5774D is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 77 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.29 |
| HSL | 24.23º | 0.41% | 0.51% | - |
| HSV(B) | 24.23º | 0.57% | 0.71% | - |
| XYZ | 26.99 | 23.55 | 10.14 | - |
| YUV | 132.75 | 96.54 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 77 | 0 | 0.34 | 0.57 | 0.29 | 24.23 | 0.41 | 0.51 |
| Hex | B5 | 77 | 4D | 0 | 22 | 39 | 1D | 18 | 29 | 33 |
| Octal | 265 | 167 | 115 | 0 | 42 | 71 | 35 | 30 | 51 | 63 |
| Binary | 10110101 | 1110111 | 1001101 | 0 | 100010 | 111001 | 11101 | 11000 | 101001 | 110011 |
Color Harmonies of #B5774D
Complementary color
Monochromatic Colors of #B5774D
Black with #B5774D
Text Example
Text Example
White with #B5774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5774D; }
p { color: rgb(181,119,77); }
H1.HeaderClassName
{
color: #B5774D;
}
.AnyTagClassName
{
color: #B5774D;
}
</style>
background-color css
<style>
a { background-color: #B5774D; }
a { background-color: rgb(181,119,77); }
div.DivClassName
{
background-color: #B5774D;
}
.BgClassName
{
background-color: #B5774D;
}
</style>
border-color css
<style>
span { border-color: #B5774D; }
span { border-color: rgb(181,119,77); }
td.TdClassName
{
border-color: #B5774D;
}
.TagClassName
{
border-color: #B5774D;
}
</style>