Shades of Brandy Punch #B9754A
Tints of Brandy Punch #B9754A
RGB
CMYK
RGB Variations
Color information
#B9754A (or 0xB9754A) is known color: Brandy Punch. HEX triplet: B9, 75 and 4A. RGB value is (185,117,74). Sum of RGB (Red+Green+Blue) = 185+117+74=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9754A is #468AB5. Grayscale: #848484. Windows color (decimal): -4623030 or 4879801. OLE color: 4879801.
HSL color Cylindrical-coordinate representation of color #B9754A: hue angle of 23.24º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9754A is Cyan = 0, Magento = 0.37, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 117 | 74 | - |
| CMYK | 0 | 0.37 | 0.6 | 0.27 |
| HSL | 23.24º | 0.44% | 0.51% | - |
| HSV(B) | 23.24º | 0.6% | 0.73% | - |
| XYZ | 27.6 | 23.53 | 9.57 | - |
| YUV | 132.43 | 95.03 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 74 | 0 | 0.37 | 0.6 | 0.27 | 23.24 | 0.44 | 0.51 |
| Hex | B9 | 75 | 4A | 0 | 25 | 3C | 1B | 17 | 2C | 33 |
| Octal | 271 | 165 | 112 | 0 | 45 | 74 | 33 | 27 | 54 | 63 |
| Binary | 10111001 | 1110101 | 1001010 | 0 | 100101 | 111100 | 11011 | 10111 | 101100 | 110011 |
Color Harmonies of #B9754A
Complementary color
Monochromatic Colors of #B9754A
Black with #B9754A
Text Example
Text Example
White with #B9754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9754A; }
p { color: rgb(185,117,74); }
H1.HeaderClassName
{
color: #B9754A;
}
.AnyTagClassName
{
color: #B9754A;
}
</style>
background-color css
<style>
a { background-color: #B9754A; }
a { background-color: rgb(185,117,74); }
div.DivClassName
{
background-color: #B9754A;
}
.BgClassName
{
background-color: #B9754A;
}
</style>
border-color css
<style>
span { border-color: #B9754A; }
span { border-color: rgb(185,117,74); }
td.TdClassName
{
border-color: #B9754A;
}
.TagClassName
{
border-color: #B9754A;
}
</style>