Shades of Brandy Punch #B9733F
Tints of Brandy Punch #B9733F
RGB
CMYK
RGB Variations
Color information
#B9733F (or 0xB9733F) is known color: Brandy Punch. HEX triplet: B9, 73 and 3F. RGB value is (185,115,63). Sum of RGB (Red+Green+Blue) = 185+115+63=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9733F is #468CC0. Grayscale: #828282. Windows color (decimal): -4623553 or 4158393. OLE color: 4158393.
HSL color Cylindrical-coordinate representation of color #B9733F: hue angle of 25.57º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B9733F is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 115 | 63 | - |
| CMYK | 0 | 0.38 | 0.66 | 0.27 |
| HSL | 25.57º | 0.49% | 0.49% | - |
| HSV(B) | 25.57º | 0.66% | 0.73% | - |
| XYZ | 27.04 | 22.93 | 7.7 | - |
| YUV | 130 | 90.19 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 115 | 63 | 0 | 0.38 | 0.66 | 0.27 | 25.57 | 0.49 | 0.49 |
| Hex | B9 | 73 | 3F | 0 | 26 | 42 | 1B | 1A | 31 | 31 |
| Octal | 271 | 163 | 77 | 0 | 46 | 102 | 33 | 32 | 61 | 61 |
| Binary | 10111001 | 1110011 | 111111 | 0 | 100110 | 1000010 | 11011 | 11010 | 110001 | 110001 |
Color Harmonies of #B9733F
Complementary color
Monochromatic Colors of #B9733F
Black with #B9733F
Text Example
Text Example
White with #B9733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9733F; }
p { color: rgb(185,115,63); }
H1.HeaderClassName
{
color: #B9733F;
}
.AnyTagClassName
{
color: #B9733F;
}
</style>
background-color css
<style>
a { background-color: #B9733F; }
a { background-color: rgb(185,115,63); }
div.DivClassName
{
background-color: #B9733F;
}
.BgClassName
{
background-color: #B9733F;
}
</style>
border-color css
<style>
span { border-color: #B9733F; }
span { border-color: rgb(185,115,63); }
td.TdClassName
{
border-color: #B9733F;
}
.TagClassName
{
border-color: #B9733F;
}
</style>