Shades of Brandy Punch #B9744A
Tints of Brandy Punch #B9744A
RGB
CMYK
RGB Variations
Color information
#B9744A (or 0xB9744A) is known color: Brandy Punch. HEX triplet: B9, 74 and 4A. RGB value is (185,116,74). Sum of RGB (Red+Green+Blue) = 185+116+74=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9744A is #468BB5. Grayscale: #848484. Windows color (decimal): -4623286 or 4879545. OLE color: 4879545.
HSL color Cylindrical-coordinate representation of color #B9744A: hue angle of 22.7º 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 #B9744A is Cyan = 0, Magento = 0.37, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 116 | 74 | - |
| CMYK | 0 | 0.37 | 0.6 | 0.27 |
| HSL | 22.7º | 0.44% | 0.51% | - |
| HSV(B) | 22.7º | 0.6% | 0.73% | - |
| XYZ | 27.49 | 23.3 | 9.53 | - |
| YUV | 131.84 | 95.36 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 116 | 74 | 0 | 0.37 | 0.6 | 0.27 | 22.7 | 0.44 | 0.51 |
| Hex | B9 | 74 | 4A | 0 | 25 | 3C | 1B | 17 | 2C | 33 |
| Octal | 271 | 164 | 112 | 0 | 45 | 74 | 33 | 27 | 54 | 63 |
| Binary | 10111001 | 1110100 | 1001010 | 0 | 100101 | 111100 | 11011 | 10111 | 101100 | 110011 |
Color Harmonies of #B9744A
Complementary color
Monochromatic Colors of #B9744A
Black with #B9744A
Text Example
Text Example
White with #B9744A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9744A; }
p { color: rgb(185,116,74); }
H1.HeaderClassName
{
color: #B9744A;
}
.AnyTagClassName
{
color: #B9744A;
}
</style>
background-color css
<style>
a { background-color: #B9744A; }
a { background-color: rgb(185,116,74); }
div.DivClassName
{
background-color: #B9744A;
}
.BgClassName
{
background-color: #B9744A;
}
</style>
border-color css
<style>
span { border-color: #B9744A; }
span { border-color: rgb(185,116,74); }
td.TdClassName
{
border-color: #B9744A;
}
.TagClassName
{
border-color: #B9744A;
}
</style>