Shades of Brandy Punch #B68043
Tints of Brandy Punch #B68043
RGB
CMYK
RGB Variations
Color information
#B68043 (or 0xB68043) is known color: Brandy Punch. HEX triplet: B6, 80 and 43. RGB value is (182,128,67). Sum of RGB (Red+Green+Blue) = 182+128+67=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B68043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68043 is #497FBC. Grayscale: #898989. Windows color (decimal): -4816829 or 4423862. OLE color: 4423862.
HSL color Cylindrical-coordinate representation of color #B68043: hue angle of 31.83º 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 #B68043 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 67 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.29 |
| HSL | 31.83º | 0.46% | 0.49% | - |
| HSV(B) | 31.83º | 0.63% | 0.71% | - |
| XYZ | 28.02 | 25.79 | 8.81 | - |
| YUV | 137.19 | 88.39 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 67 | 0 | 0.30 | 0.63 | 0.29 | 31.83 | 0.46 | 0.49 |
| Hex | B6 | 80 | 43 | 0 | 1E | 3F | 1D | 20 | 2E | 31 |
| Octal | 266 | 200 | 103 | 0 | 36 | 77 | 35 | 40 | 56 | 61 |
| Binary | 10110110 | 10000000 | 1000011 | 0 | 11110 | 111111 | 11101 | 100000 | 101110 | 110001 |
Color Harmonies of #B68043
Complementary color
Monochromatic Colors of #B68043
Black with #B68043
Text Example
Text Example
White with #B68043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68043; }
p { color: rgb(182,128,67); }
H1.HeaderClassName
{
color: #B68043;
}
.AnyTagClassName
{
color: #B68043;
}
</style>
background-color css
<style>
a { background-color: #B68043; }
a { background-color: rgb(182,128,67); }
div.DivClassName
{
background-color: #B68043;
}
.BgClassName
{
background-color: #B68043;
}
</style>
border-color css
<style>
span { border-color: #B68043; }
span { border-color: rgb(182,128,67); }
td.TdClassName
{
border-color: #B68043;
}
.TagClassName
{
border-color: #B68043;
}
</style>