Shades of Brandy Punch #B8754B
Tints of Brandy Punch #B8754B
RGB
CMYK
RGB Variations
Color information
#B8754B (or 0xB8754B) is known color: Brandy Punch. HEX triplet: B8, 75 and 4B. RGB value is (184,117,75). Sum of RGB (Red+Green+Blue) = 184+117+75=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8754B is #478AB4. Grayscale: #848484. Windows color (decimal): -4688565 or 4945336. OLE color: 4945336.
HSL color Cylindrical-coordinate representation of color #B8754B: hue angle of 23.12º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8754B is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 75 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.28 |
| HSL | 23.12º | 0.43% | 0.51% | - |
| HSV(B) | 23.12º | 0.59% | 0.72% | - |
| XYZ | 27.4 | 23.42 | 9.73 | - |
| YUV | 132.25 | 95.7 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 75 | 0 | 0.36 | 0.59 | 0.28 | 23.12 | 0.43 | 0.51 |
| Hex | B8 | 75 | 4B | 0 | 24 | 3B | 1C | 17 | 2B | 33 |
| Octal | 270 | 165 | 113 | 0 | 44 | 73 | 34 | 27 | 53 | 63 |
| Binary | 10111000 | 1110101 | 1001011 | 0 | 100100 | 111011 | 11100 | 10111 | 101011 | 110011 |
Color Harmonies of #B8754B
Complementary color
Monochromatic Colors of #B8754B
Black with #B8754B
Text Example
Text Example
White with #B8754B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8754B; }
p { color: rgb(184,117,75); }
H1.HeaderClassName
{
color: #B8754B;
}
.AnyTagClassName
{
color: #B8754B;
}
</style>
background-color css
<style>
a { background-color: #B8754B; }
a { background-color: rgb(184,117,75); }
div.DivClassName
{
background-color: #B8754B;
}
.BgClassName
{
background-color: #B8754B;
}
</style>
border-color css
<style>
span { border-color: #B8754B; }
span { border-color: rgb(184,117,75); }
td.TdClassName
{
border-color: #B8754B;
}
.TagClassName
{
border-color: #B8754B;
}
</style>