Shades of Brandy Punch #BB733C
Tints of Brandy Punch #BB733C
RGB
CMYK
RGB Variations
Color information
#BB733C (or 0xBB733C) is known color: Brandy Punch. HEX triplet: BB, 73 and 3C. RGB value is (187,115,60). Sum of RGB (Red+Green+Blue) = 187+115+60=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB733C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB733C is #448CC3. Grayscale: #828282. Windows color (decimal): -4492484 or 3961787. OLE color: 3961787.
HSL color Cylindrical-coordinate representation of color #BB733C: hue angle of 25.98º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB733C is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 60 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.27 |
| HSL | 25.98º | 0.51% | 0.48% | - |
| HSV(B) | 25.98º | 0.68% | 0.73% | - |
| XYZ | 27.44 | 23.15 | 7.3 | - |
| YUV | 130.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 60 | 0 | 0.39 | 0.68 | 0.27 | 25.98 | 0.51 | 0.48 |
| Hex | BB | 73 | 3C | 0 | 27 | 44 | 1B | 1A | 33 | 30 |
| Octal | 273 | 163 | 74 | 0 | 47 | 104 | 33 | 32 | 63 | 60 |
| Binary | 10111011 | 1110011 | 111100 | 0 | 100111 | 1000100 | 11011 | 11010 | 110011 | 110000 |
Color Harmonies of #BB733C
Complementary color
Monochromatic Colors of #BB733C
Black with #BB733C
Text Example
Text Example
White with #BB733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB733C; }
p { color: rgb(187,115,60); }
H1.HeaderClassName
{
color: #BB733C;
}
.AnyTagClassName
{
color: #BB733C;
}
</style>
background-color css
<style>
a { background-color: #BB733C; }
a { background-color: rgb(187,115,60); }
div.DivClassName
{
background-color: #BB733C;
}
.BgClassName
{
background-color: #BB733C;
}
</style>
border-color css
<style>
span { border-color: #BB733C; }
span { border-color: rgb(187,115,60); }
td.TdClassName
{
border-color: #BB733C;
}
.TagClassName
{
border-color: #BB733C;
}
</style>