Shades of Brandy Punch #B68148
Tints of Brandy Punch #B68148
RGB
CMYK
RGB Variations
Color information
#B68148 (or 0xB68148) is known color: Brandy Punch. HEX triplet: B6, 81 and 48. RGB value is (182,129,72). Sum of RGB (Red+Green+Blue) = 182+129+72=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B68148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68148 is #497EB7. Grayscale: #8A8A8A. Windows color (decimal): -4816568 or 4751798. OLE color: 4751798.
HSL color Cylindrical-coordinate representation of color #B68148: hue angle of 31.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B68148 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 72 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.29 |
| HSL | 31.09º | 0.43% | 0.5% | - |
| HSV(B) | 31.09º | 0.6% | 0.71% | - |
| XYZ | 28.31 | 26.11 | 9.68 | - |
| YUV | 138.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 72 | 0 | 0.29 | 0.60 | 0.29 | 31.09 | 0.43 | 0.5 |
| Hex | B6 | 81 | 48 | 0 | 1D | 3C | 1D | 1F | 2B | 32 |
| Octal | 266 | 201 | 110 | 0 | 35 | 74 | 35 | 37 | 53 | 62 |
| Binary | 10110110 | 10000001 | 1001000 | 0 | 11101 | 111100 | 11101 | 11111 | 101011 | 110010 |
Color Harmonies of #B68148
Complementary color
Monochromatic Colors of #B68148
Black with #B68148
Text Example
Text Example
White with #B68148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68148; }
p { color: rgb(182,129,72); }
H1.HeaderClassName
{
color: #B68148;
}
.AnyTagClassName
{
color: #B68148;
}
</style>
background-color css
<style>
a { background-color: #B68148; }
a { background-color: rgb(182,129,72); }
div.DivClassName
{
background-color: #B68148;
}
.BgClassName
{
background-color: #B68148;
}
</style>
border-color css
<style>
span { border-color: #B68148; }
span { border-color: rgb(182,129,72); }
td.TdClassName
{
border-color: #B68148;
}
.TagClassName
{
border-color: #B68148;
}
</style>