Shades of Brandy Punch #BB814D
Tints of Brandy Punch #BB814D
RGB
CMYK
RGB Variations
Color information
#BB814D (or 0xBB814D) is known color: Brandy Punch. HEX triplet: BB, 81 and 4D. RGB value is (187,129,77). Sum of RGB (Red+Green+Blue) = 187+129+77=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB814D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB814D is #447EB2. Grayscale: #8C8C8C. Windows color (decimal): -4488883 or 5079483. OLE color: 5079483.
HSL color Cylindrical-coordinate representation of color #BB814D: hue angle of 28.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB814D is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 129 | 77 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.27 |
| HSL | 28.36º | 0.45% | 0.52% | - |
| HSV(B) | 28.36º | 0.59% | 0.73% | - |
| XYZ | 29.68 | 26.8 | 10.63 | - |
| YUV | 140.41 | 92.22 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 77 | 0 | 0.31 | 0.59 | 0.27 | 28.36 | 0.45 | 0.52 |
| Hex | BB | 81 | 4D | 0 | 1F | 3B | 1B | 1C | 2D | 34 |
| Octal | 273 | 201 | 115 | 0 | 37 | 73 | 33 | 34 | 55 | 64 |
| Binary | 10111011 | 10000001 | 1001101 | 0 | 11111 | 111011 | 11011 | 11100 | 101101 | 110100 |
Color Harmonies of #BB814D
Complementary color
Monochromatic Colors of #BB814D
Black with #BB814D
Text Example
Text Example
White with #BB814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB814D; }
p { color: rgb(187,129,77); }
H1.HeaderClassName
{
color: #BB814D;
}
.AnyTagClassName
{
color: #BB814D;
}
</style>
background-color css
<style>
a { background-color: #BB814D; }
a { background-color: rgb(187,129,77); }
div.DivClassName
{
background-color: #BB814D;
}
.BgClassName
{
background-color: #BB814D;
}
</style>
border-color css
<style>
span { border-color: #BB814D; }
span { border-color: rgb(187,129,77); }
td.TdClassName
{
border-color: #BB814D;
}
.TagClassName
{
border-color: #BB814D;
}
</style>