Shades of Brandy Punch #BD7B45
Tints of Brandy Punch #BD7B45
RGB
CMYK
RGB Variations
Color information
#BD7B45 (or 0xBD7B45) is known color: Brandy Punch. HEX triplet: BD, 7B and 45. RGB value is (189,123,69). Sum of RGB (Red+Green+Blue) = 189+123+69=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7B45 is #4284BA. Grayscale: #888888. Windows color (decimal): -4359355 or 4553661. OLE color: 4553661.
HSL color Cylindrical-coordinate representation of color #BD7B45: hue angle of 27º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD7B45 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 69 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.26 |
| HSL | 27º | 0.48% | 0.51% | - |
| HSV(B) | 27º | 0.63% | 0.74% | - |
| XYZ | 29.14 | 25.41 | 9 | - |
| YUV | 136.58 | 89.87 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 69 | 0 | 0.35 | 0.63 | 0.26 | 27 | 0.48 | 0.51 |
| Hex | BD | 7B | 45 | 0 | 23 | 3F | 1A | 1B | 30 | 33 |
| Octal | 275 | 173 | 105 | 0 | 43 | 77 | 32 | 33 | 60 | 63 |
| Binary | 10111101 | 1111011 | 1000101 | 0 | 100011 | 111111 | 11010 | 11011 | 110000 | 110011 |
Color Harmonies of #BD7B45
Complementary color
Monochromatic Colors of #BD7B45
Black with #BD7B45
Text Example
Text Example
White with #BD7B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7B45; }
p { color: rgb(189,123,69); }
H1.HeaderClassName
{
color: #BD7B45;
}
.AnyTagClassName
{
color: #BD7B45;
}
</style>
background-color css
<style>
a { background-color: #BD7B45; }
a { background-color: rgb(189,123,69); }
div.DivClassName
{
background-color: #BD7B45;
}
.BgClassName
{
background-color: #BD7B45;
}
</style>
border-color css
<style>
span { border-color: #BD7B45; }
span { border-color: rgb(189,123,69); }
td.TdClassName
{
border-color: #BD7B45;
}
.TagClassName
{
border-color: #BD7B45;
}
</style>