Shades of Brandy Punch #BB7344
Tints of Brandy Punch #BB7344
RGB
CMYK
RGB Variations
Color information
#BB7344 (or 0xBB7344) is known color: Brandy Punch. HEX triplet: BB, 73 and 44. RGB value is (187,115,68). Sum of RGB (Red+Green+Blue) = 187+115+68=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7344 is #448CBB. Grayscale: #838383. Windows color (decimal): -4492476 or 4486075. OLE color: 4486075.
HSL color Cylindrical-coordinate representation of color #BB7344: hue angle of 23.7º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB7344 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 68 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.27 |
| HSL | 23.7º | 0.47% | 0.5% | - |
| HSV(B) | 23.7º | 0.64% | 0.73% | - |
| XYZ | 27.67 | 23.24 | 8.5 | - |
| YUV | 131.17 | 92.35 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 68 | 0 | 0.39 | 0.64 | 0.27 | 23.7 | 0.47 | 0.5 |
| Hex | BB | 73 | 44 | 0 | 27 | 40 | 1B | 18 | 2F | 32 |
| Octal | 273 | 163 | 104 | 0 | 47 | 100 | 33 | 30 | 57 | 62 |
| Binary | 10111011 | 1110011 | 1000100 | 0 | 100111 | 1000000 | 11011 | 11000 | 101111 | 110010 |
Color Harmonies of #BB7344
Complementary color
Monochromatic Colors of #BB7344
Black with #BB7344
Text Example
Text Example
White with #BB7344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7344; }
p { color: rgb(187,115,68); }
H1.HeaderClassName
{
color: #BB7344;
}
.AnyTagClassName
{
color: #BB7344;
}
</style>
background-color css
<style>
a { background-color: #BB7344; }
a { background-color: rgb(187,115,68); }
div.DivClassName
{
background-color: #BB7344;
}
.BgClassName
{
background-color: #BB7344;
}
</style>
border-color css
<style>
span { border-color: #BB7344; }
span { border-color: rgb(187,115,68); }
td.TdClassName
{
border-color: #BB7344;
}
.TagClassName
{
border-color: #BB7344;
}
</style>