Shades of Brandy Punch #BD7343
Tints of Brandy Punch #BD7343
RGB
CMYK
RGB Variations
Color information
#BD7343 (or 0xBD7343) is known color: Brandy Punch. HEX triplet: BD, 73 and 43. RGB value is (189,115,67). Sum of RGB (Red+Green+Blue) = 189+115+67=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7343 is #428CBC. Grayscale: #838383. Windows color (decimal): -4361405 or 4420541. OLE color: 4420541.
HSL color Cylindrical-coordinate representation of color #BD7343: hue angle of 23.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD7343 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 67 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.26 |
| HSL | 23.61º | 0.48% | 0.5% | - |
| HSV(B) | 23.61º | 0.65% | 0.74% | - |
| XYZ | 28.13 | 23.49 | 8.36 | - |
| YUV | 131.65 | 91.52 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 67 | 0 | 0.39 | 0.65 | 0.26 | 23.61 | 0.48 | 0.5 |
| Hex | BD | 73 | 43 | 0 | 27 | 41 | 1A | 18 | 30 | 32 |
| Octal | 275 | 163 | 103 | 0 | 47 | 101 | 32 | 30 | 60 | 62 |
| Binary | 10111101 | 1110011 | 1000011 | 0 | 100111 | 1000001 | 11010 | 11000 | 110000 | 110010 |
Color Harmonies of #BD7343
Complementary color
Monochromatic Colors of #BD7343
Black with #BD7343
Text Example
Text Example
White with #BD7343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7343; }
p { color: rgb(189,115,67); }
H1.HeaderClassName
{
color: #BD7343;
}
.AnyTagClassName
{
color: #BD7343;
}
</style>
background-color css
<style>
a { background-color: #BD7343; }
a { background-color: rgb(189,115,67); }
div.DivClassName
{
background-color: #BD7343;
}
.BgClassName
{
background-color: #BD7343;
}
</style>
border-color css
<style>
span { border-color: #BD7343; }
span { border-color: rgb(189,115,67); }
td.TdClassName
{
border-color: #BD7343;
}
.TagClassName
{
border-color: #BD7343;
}
</style>