Shades of Brandy Punch #BB763F
Tints of Brandy Punch #BB763F
RGB
CMYK
RGB Variations
Color information
#BB763F (or 0xBB763F) is known color: Brandy Punch. HEX triplet: BB, 76 and 3F. RGB value is (187,118,63). Sum of RGB (Red+Green+Blue) = 187+118+63=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB763F is #4489C0. Grayscale: #848484. Windows color (decimal): -4491713 or 4159163. OLE color: 4159163.
HSL color Cylindrical-coordinate representation of color #BB763F: hue angle of 26.61º degrees, saturation: 0.5, 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 #BB763F is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 118 | 63 | - |
| CMYK | 0 | 0.37 | 0.66 | 0.27 |
| HSL | 26.61º | 0.5% | 0.49% | - |
| HSV(B) | 26.61º | 0.66% | 0.73% | - |
| XYZ | 27.87 | 23.88 | 7.84 | - |
| YUV | 132.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 63 | 0 | 0.37 | 0.66 | 0.27 | 26.61 | 0.5 | 0.49 |
| Hex | BB | 76 | 3F | 0 | 25 | 42 | 1B | 1B | 32 | 31 |
| Octal | 273 | 166 | 77 | 0 | 45 | 102 | 33 | 33 | 62 | 61 |
| Binary | 10111011 | 1110110 | 111111 | 0 | 100101 | 1000010 | 11011 | 11011 | 110010 | 110001 |
Color Harmonies of #BB763F
Complementary color
Monochromatic Colors of #BB763F
Black with #BB763F
Text Example
Text Example
White with #BB763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB763F; }
p { color: rgb(187,118,63); }
H1.HeaderClassName
{
color: #BB763F;
}
.AnyTagClassName
{
color: #BB763F;
}
</style>
background-color css
<style>
a { background-color: #BB763F; }
a { background-color: rgb(187,118,63); }
div.DivClassName
{
background-color: #BB763F;
}
.BgClassName
{
background-color: #BB763F;
}
</style>
border-color css
<style>
span { border-color: #BB763F; }
span { border-color: rgb(187,118,63); }
td.TdClassName
{
border-color: #BB763F;
}
.TagClassName
{
border-color: #BB763F;
}
</style>