Shades of Brandy Punch #BB8146
Tints of Brandy Punch #BB8146
RGB
CMYK
RGB Variations
Color information
#BB8146 (or 0xBB8146) is known color: Brandy Punch. HEX triplet: BB, 81 and 46. RGB value is (187,129,70). Sum of RGB (Red+Green+Blue) = 187+129+70=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8146 is #447EB9. Grayscale: #8B8B8B. Windows color (decimal): -4488890 or 4620731. OLE color: 4620731.
HSL color Cylindrical-coordinate representation of color #BB8146: hue angle of 30.26º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB8146 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 129 | 70 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.27 |
| HSL | 30.26º | 0.46% | 0.5% | - |
| HSV(B) | 30.26º | 0.63% | 0.73% | - |
| XYZ | 29.45 | 26.71 | 9.4 | - |
| YUV | 139.62 | 88.72 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 70 | 0 | 0.31 | 0.63 | 0.27 | 30.26 | 0.46 | 0.5 |
| Hex | BB | 81 | 46 | 0 | 1F | 3F | 1B | 1E | 2E | 32 |
| Octal | 273 | 201 | 106 | 0 | 37 | 77 | 33 | 36 | 56 | 62 |
| Binary | 10111011 | 10000001 | 1000110 | 0 | 11111 | 111111 | 11011 | 11110 | 101110 | 110010 |
Color Harmonies of #BB8146
Complementary color
Monochromatic Colors of #BB8146
Black with #BB8146
Text Example
Text Example
White with #BB8146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8146; }
p { color: rgb(187,129,70); }
H1.HeaderClassName
{
color: #BB8146;
}
.AnyTagClassName
{
color: #BB8146;
}
</style>
background-color css
<style>
a { background-color: #BB8146; }
a { background-color: rgb(187,129,70); }
div.DivClassName
{
background-color: #BB8146;
}
.BgClassName
{
background-color: #BB8146;
}
</style>
border-color css
<style>
span { border-color: #BB8146; }
span { border-color: rgb(187,129,70); }
td.TdClassName
{
border-color: #BB8146;
}
.TagClassName
{
border-color: #BB8146;
}
</style>