Shades of Brandy Punch #BB743C
Tints of Brandy Punch #BB743C
RGB
CMYK
RGB Variations
Color information
#BB743C (or 0xBB743C) is known color: Brandy Punch. HEX triplet: BB, 74 and 3C. RGB value is (187,116,60). Sum of RGB (Red+Green+Blue) = 187+116+60=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB743C is #448BC3. Grayscale: #838383. Windows color (decimal): -4492228 or 3962043. OLE color: 3962043.
HSL color Cylindrical-coordinate representation of color #BB743C: hue angle of 26.46º 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 #BB743C is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 60 | - |
| CMYK | 0 | 0.38 | 0.68 | 0.27 |
| HSL | 26.46º | 0.51% | 0.48% | - |
| HSV(B) | 26.46º | 0.68% | 0.73% | - |
| XYZ | 27.55 | 23.38 | 7.34 | - |
| YUV | 130.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 60 | 0 | 0.38 | 0.68 | 0.27 | 26.46 | 0.51 | 0.48 |
| Hex | BB | 74 | 3C | 0 | 26 | 44 | 1B | 1A | 33 | 30 |
| Octal | 273 | 164 | 74 | 0 | 46 | 104 | 33 | 32 | 63 | 60 |
| Binary | 10111011 | 1110100 | 111100 | 0 | 100110 | 1000100 | 11011 | 11010 | 110011 | 110000 |
Color Harmonies of #BB743C
Complementary color
Monochromatic Colors of #BB743C
Black with #BB743C
Text Example
Text Example
White with #BB743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB743C; }
p { color: rgb(187,116,60); }
H1.HeaderClassName
{
color: #BB743C;
}
.AnyTagClassName
{
color: #BB743C;
}
</style>
background-color css
<style>
a { background-color: #BB743C; }
a { background-color: rgb(187,116,60); }
div.DivClassName
{
background-color: #BB743C;
}
.BgClassName
{
background-color: #BB743C;
}
</style>
border-color css
<style>
span { border-color: #BB743C; }
span { border-color: rgb(187,116,60); }
td.TdClassName
{
border-color: #BB743C;
}
.TagClassName
{
border-color: #BB743C;
}
</style>