Shades of Brandy Punch #BD8341
Tints of Brandy Punch #BD8341
RGB
CMYK
RGB Variations
Color information
#BD8341 (or 0xBD8341) is known color: Brandy Punch. HEX triplet: BD, 83 and 41. RGB value is (189,131,65). Sum of RGB (Red+Green+Blue) = 189+131+65=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8341 is #427CBE. Grayscale: #8D8D8D. Windows color (decimal): -4357311 or 4293565. OLE color: 4293565.
HSL color Cylindrical-coordinate representation of color #BD8341: hue angle of 31.94º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD8341 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 65 | - |
| CMYK | 0 | 0.31 | 0.66 | 0.26 |
| HSL | 31.94º | 0.49% | 0.5% | - |
| HSV(B) | 31.94º | 0.66% | 0.74% | - |
| XYZ | 30.06 | 27.43 | 8.71 | - |
| YUV | 140.82 | 85.22 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 65 | 0 | 0.31 | 0.66 | 0.26 | 31.94 | 0.49 | 0.5 |
| Hex | BD | 83 | 41 | 0 | 1F | 42 | 1A | 20 | 31 | 32 |
| Octal | 275 | 203 | 101 | 0 | 37 | 102 | 32 | 40 | 61 | 62 |
| Binary | 10111101 | 10000011 | 1000001 | 0 | 11111 | 1000010 | 11010 | 100000 | 110001 | 110010 |
Color Harmonies of #BD8341
Complementary color
Monochromatic Colors of #BD8341
Black with #BD8341
Text Example
Text Example
White with #BD8341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8341; }
p { color: rgb(189,131,65); }
H1.HeaderClassName
{
color: #BD8341;
}
.AnyTagClassName
{
color: #BD8341;
}
</style>
background-color css
<style>
a { background-color: #BD8341; }
a { background-color: rgb(189,131,65); }
div.DivClassName
{
background-color: #BD8341;
}
.BgClassName
{
background-color: #BD8341;
}
</style>
border-color css
<style>
span { border-color: #BD8341; }
span { border-color: rgb(189,131,65); }
td.TdClassName
{
border-color: #BD8341;
}
.TagClassName
{
border-color: #BD8341;
}
</style>