Shades of Brandy Punch #BB763B
Tints of Brandy Punch #BB763B
RGB
CMYK
RGB Variations
Color information
#BB763B (or 0xBB763B) is known color: Brandy Punch. HEX triplet: BB, 76 and 3B. RGB value is (187,118,59). Sum of RGB (Red+Green+Blue) = 187+118+59=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 59 (23.44% from 255 or 16.21% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB763B is #4489C4. Grayscale: #848484. Windows color (decimal): -4491717 or 3897019. OLE color: 3897019.
HSL color Cylindrical-coordinate representation of color #BB763B: hue angle of 27.66º degrees, saturation: 0.52, 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 #BB763B is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 118 | 59 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.27 |
| HSL | 27.66º | 0.52% | 0.48% | - |
| HSV(B) | 27.66º | 0.68% | 0.73% | - |
| XYZ | 27.76 | 23.84 | 7.28 | - |
| YUV | 131.91 | 86.86 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 59 | 0 | 0.37 | 0.68 | 0.27 | 27.66 | 0.52 | 0.48 |
| Hex | BB | 76 | 3B | 0 | 25 | 44 | 1B | 1C | 34 | 30 |
| Octal | 273 | 166 | 73 | 0 | 45 | 104 | 33 | 34 | 64 | 60 |
| Binary | 10111011 | 1110110 | 111011 | 0 | 100101 | 1000100 | 11011 | 11100 | 110100 | 110000 |
Color Harmonies of #BB763B
Complementary color
Monochromatic Colors of #BB763B
Black with #BB763B
Text Example
Text Example
White with #BB763B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB763B; }
p { color: rgb(187,118,59); }
H1.HeaderClassName
{
color: #BB763B;
}
.AnyTagClassName
{
color: #BB763B;
}
</style>
background-color css
<style>
a { background-color: #BB763B; }
a { background-color: rgb(187,118,59); }
div.DivClassName
{
background-color: #BB763B;
}
.BgClassName
{
background-color: #BB763B;
}
</style>
border-color css
<style>
span { border-color: #BB763B; }
span { border-color: rgb(187,118,59); }
td.TdClassName
{
border-color: #BB763B;
}
.TagClassName
{
border-color: #BB763B;
}
</style>