Shades of Brandy Punch #BD7442
Tints of Brandy Punch #BD7442
RGB
CMYK
RGB Variations
Color information
#BD7442 (or 0xBD7442) is known color: Brandy Punch. HEX triplet: BD, 74 and 42. RGB value is (189,116,66). Sum of RGB (Red+Green+Blue) = 189+116+66=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7442 is #428BBD. Grayscale: #848484. Windows color (decimal): -4361150 or 4355261. OLE color: 4355261.
HSL color Cylindrical-coordinate representation of color #BD7442: hue angle of 24.39º 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 #BD7442 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 66 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.26 |
| HSL | 24.39º | 0.48% | 0.5% | - |
| HSV(B) | 24.39º | 0.65% | 0.74% | - |
| XYZ | 28.22 | 23.7 | 8.24 | - |
| YUV | 132.13 | 90.68 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 66 | 0 | 0.39 | 0.65 | 0.26 | 24.39 | 0.48 | 0.5 |
| Hex | BD | 74 | 42 | 0 | 27 | 41 | 1A | 18 | 30 | 32 |
| Octal | 275 | 164 | 102 | 0 | 47 | 101 | 32 | 30 | 60 | 62 |
| Binary | 10111101 | 1110100 | 1000010 | 0 | 100111 | 1000001 | 11010 | 11000 | 110000 | 110010 |
Color Harmonies of #BD7442
Complementary color
Monochromatic Colors of #BD7442
Black with #BD7442
Text Example
Text Example
White with #BD7442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7442; }
p { color: rgb(189,116,66); }
H1.HeaderClassName
{
color: #BD7442;
}
.AnyTagClassName
{
color: #BD7442;
}
</style>
background-color css
<style>
a { background-color: #BD7442; }
a { background-color: rgb(189,116,66); }
div.DivClassName
{
background-color: #BD7442;
}
.BgClassName
{
background-color: #BD7442;
}
</style>
border-color css
<style>
span { border-color: #BD7442; }
span { border-color: rgb(189,116,66); }
td.TdClassName
{
border-color: #BD7442;
}
.TagClassName
{
border-color: #BD7442;
}
</style>