Shades of Brandy Punch #B68143
Tints of Brandy Punch #B68143
RGB
CMYK
RGB Variations
Color information
#B68143 (or 0xB68143) is known color: Brandy Punch. HEX triplet: B6, 81 and 43. RGB value is (182,129,67). Sum of RGB (Red+Green+Blue) = 182+129+67=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B68143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68143 is #497EBC. Grayscale: #8A8A8A. Windows color (decimal): -4816573 or 4424118. OLE color: 4424118.
HSL color Cylindrical-coordinate representation of color #B68143: hue angle of 32.35º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B68143 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 129 | 67 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.29 |
| HSL | 32.35º | 0.46% | 0.49% | - |
| HSV(B) | 32.35º | 0.63% | 0.71% | - |
| XYZ | 28.15 | 26.05 | 8.85 | - |
| YUV | 137.78 | 88.06 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 129 | 67 | 0 | 0.29 | 0.63 | 0.29 | 32.35 | 0.46 | 0.49 |
| Hex | B6 | 81 | 43 | 0 | 1D | 3F | 1D | 20 | 2E | 31 |
| Octal | 266 | 201 | 103 | 0 | 35 | 77 | 35 | 40 | 56 | 61 |
| Binary | 10110110 | 10000001 | 1000011 | 0 | 11101 | 111111 | 11101 | 100000 | 101110 | 110001 |
Color Harmonies of #B68143
Complementary color
Monochromatic Colors of #B68143
Black with #B68143
Text Example
Text Example
White with #B68143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68143; }
p { color: rgb(182,129,67); }
H1.HeaderClassName
{
color: #B68143;
}
.AnyTagClassName
{
color: #B68143;
}
</style>
background-color css
<style>
a { background-color: #B68143; }
a { background-color: rgb(182,129,67); }
div.DivClassName
{
background-color: #B68143;
}
.BgClassName
{
background-color: #B68143;
}
</style>
border-color css
<style>
span { border-color: #B68143; }
span { border-color: rgb(182,129,67); }
td.TdClassName
{
border-color: #B68143;
}
.TagClassName
{
border-color: #B68143;
}
</style>