Shades of Brandy Punch #BD7440
Tints of Brandy Punch #BD7440
RGB
CMYK
RGB Variations
Color information
#BD7440 (or 0xBD7440) is known color: Brandy Punch. HEX triplet: BD, 74 and 40. RGB value is (189,116,64). Sum of RGB (Red+Green+Blue) = 189+116+64=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7440 is #428BBF. Grayscale: #848484. Windows color (decimal): -4361152 or 4224189. OLE color: 4224189.
HSL color Cylindrical-coordinate representation of color #BD7440: hue angle of 24.96º 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 #BD7440 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 64 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.26 |
| HSL | 24.96º | 0.49% | 0.5% | - |
| HSV(B) | 24.96º | 0.66% | 0.74% | - |
| XYZ | 28.16 | 23.68 | 7.94 | - |
| YUV | 131.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 64 | 0 | 0.39 | 0.66 | 0.26 | 24.96 | 0.49 | 0.5 |
| Hex | BD | 74 | 40 | 0 | 27 | 42 | 1A | 19 | 31 | 32 |
| Octal | 275 | 164 | 100 | 0 | 47 | 102 | 32 | 31 | 61 | 62 |
| Binary | 10111101 | 1110100 | 1000000 | 0 | 100111 | 1000010 | 11010 | 11001 | 110001 | 110010 |
Color Harmonies of #BD7440
Complementary color
Monochromatic Colors of #BD7440
Black with #BD7440
Text Example
Text Example
White with #BD7440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7440; }
p { color: rgb(189,116,64); }
H1.HeaderClassName
{
color: #BD7440;
}
.AnyTagClassName
{
color: #BD7440;
}
</style>
background-color css
<style>
a { background-color: #BD7440; }
a { background-color: rgb(189,116,64); }
div.DivClassName
{
background-color: #BD7440;
}
.BgClassName
{
background-color: #BD7440;
}
</style>
border-color css
<style>
span { border-color: #BD7440; }
span { border-color: rgb(189,116,64); }
td.TdClassName
{
border-color: #BD7440;
}
.TagClassName
{
border-color: #BD7440;
}
</style>