Shades of Brandy Punch #BB733D
Tints of Brandy Punch #BB733D
RGB
CMYK
RGB Variations
Color information
#BB733D (or 0xBB733D) is known color: Brandy Punch. HEX triplet: BB, 73 and 3D. RGB value is (187,115,61). Sum of RGB (Red+Green+Blue) = 187+115+61=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB733D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB733D is #448CC2. Grayscale: #828282. Windows color (decimal): -4492483 or 4027323. OLE color: 4027323.
HSL color Cylindrical-coordinate representation of color #BB733D: hue angle of 25.71º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB733D is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 61 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.27 |
| HSL | 25.71º | 0.51% | 0.49% | - |
| HSV(B) | 25.71º | 0.67% | 0.73% | - |
| XYZ | 27.47 | 23.16 | 7.44 | - |
| YUV | 130.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 61 | 0 | 0.39 | 0.67 | 0.27 | 25.71 | 0.51 | 0.49 |
| Hex | BB | 73 | 3D | 0 | 27 | 43 | 1B | 1A | 33 | 31 |
| Octal | 273 | 163 | 75 | 0 | 47 | 103 | 33 | 32 | 63 | 61 |
| Binary | 10111011 | 1110011 | 111101 | 0 | 100111 | 1000011 | 11011 | 11010 | 110011 | 110001 |
Color Harmonies of #BB733D
Complementary color
Monochromatic Colors of #BB733D
Black with #BB733D
Text Example
Text Example
White with #BB733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB733D; }
p { color: rgb(187,115,61); }
H1.HeaderClassName
{
color: #BB733D;
}
.AnyTagClassName
{
color: #BB733D;
}
</style>
background-color css
<style>
a { background-color: #BB733D; }
a { background-color: rgb(187,115,61); }
div.DivClassName
{
background-color: #BB733D;
}
.BgClassName
{
background-color: #BB733D;
}
</style>
border-color css
<style>
span { border-color: #BB733D; }
span { border-color: rgb(187,115,61); }
td.TdClassName
{
border-color: #BB733D;
}
.TagClassName
{
border-color: #BB733D;
}
</style>