Shades of Brandy Punch #BD7A43
Tints of Brandy Punch #BD7A43
RGB
CMYK
RGB Variations
Color information
#BD7A43 (or 0xBD7A43) is known color: Brandy Punch. HEX triplet: BD, 7A and 43. RGB value is (189,122,67). Sum of RGB (Red+Green+Blue) = 189+122+67=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 67 (26.56% from 255 or 17.72% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7A43 is #4285BC. Grayscale: #888888. Windows color (decimal): -4359613 or 4422333. OLE color: 4422333.
HSL color Cylindrical-coordinate representation of color #BD7A43: hue angle of 27.05º 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 #BD7A43 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 122 | 67 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.26 |
| HSL | 27.05º | 0.48% | 0.5% | - |
| HSV(B) | 27.05º | 0.65% | 0.74% | - |
| XYZ | 28.96 | 25.14 | 8.64 | - |
| YUV | 135.76 | 89.2 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 122 | 67 | 0 | 0.35 | 0.65 | 0.26 | 27.05 | 0.48 | 0.5 |
| Hex | BD | 7A | 43 | 0 | 23 | 41 | 1A | 1B | 30 | 32 |
| Octal | 275 | 172 | 103 | 0 | 43 | 101 | 32 | 33 | 60 | 62 |
| Binary | 10111101 | 1111010 | 1000011 | 0 | 100011 | 1000001 | 11010 | 11011 | 110000 | 110010 |
Color Harmonies of #BD7A43
Complementary color
Monochromatic Colors of #BD7A43
Black with #BD7A43
Text Example
Text Example
White with #BD7A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7A43; }
p { color: rgb(189,122,67); }
H1.HeaderClassName
{
color: #BD7A43;
}
.AnyTagClassName
{
color: #BD7A43;
}
</style>
background-color css
<style>
a { background-color: #BD7A43; }
a { background-color: rgb(189,122,67); }
div.DivClassName
{
background-color: #BD7A43;
}
.BgClassName
{
background-color: #BD7A43;
}
</style>
border-color css
<style>
span { border-color: #BD7A43; }
span { border-color: rgb(189,122,67); }
td.TdClassName
{
border-color: #BD7A43;
}
.TagClassName
{
border-color: #BD7A43;
}
</style>