Shades of Brandy Punch #BD8143
Tints of Brandy Punch #BD8143
RGB
CMYK
RGB Variations
Color information
#BD8143 (or 0xBD8143) is known color: Brandy Punch. HEX triplet: BD, 81 and 43. RGB value is (189,129,67). Sum of RGB (Red+Green+Blue) = 189+129+67=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 67 (26.56% from 255 or 17.40% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8143 is #427EBC. Grayscale: #8C8C8C. Windows color (decimal): -4357821 or 4424125. OLE color: 4424125.
HSL color Cylindrical-coordinate representation of color #BD8143: hue angle of 30.49º 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 #BD8143 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 67 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.26 |
| HSL | 30.49º | 0.48% | 0.5% | - |
| HSV(B) | 30.49º | 0.65% | 0.74% | - |
| XYZ | 29.85 | 26.92 | 8.93 | - |
| YUV | 139.87 | 86.88 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 67 | 0 | 0.32 | 0.65 | 0.26 | 30.49 | 0.48 | 0.5 |
| Hex | BD | 81 | 43 | 0 | 20 | 41 | 1A | 1E | 30 | 32 |
| Octal | 275 | 201 | 103 | 0 | 40 | 101 | 32 | 36 | 60 | 62 |
| Binary | 10111101 | 10000001 | 1000011 | 0 | 100000 | 1000001 | 11010 | 11110 | 110000 | 110010 |
Color Harmonies of #BD8143
Complementary color
Monochromatic Colors of #BD8143
Black with #BD8143
Text Example
Text Example
White with #BD8143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8143; }
p { color: rgb(189,129,67); }
H1.HeaderClassName
{
color: #BD8143;
}
.AnyTagClassName
{
color: #BD8143;
}
</style>
background-color css
<style>
a { background-color: #BD8143; }
a { background-color: rgb(189,129,67); }
div.DivClassName
{
background-color: #BD8143;
}
.BgClassName
{
background-color: #BD8143;
}
</style>
border-color css
<style>
span { border-color: #BD8143; }
span { border-color: rgb(189,129,67); }
td.TdClassName
{
border-color: #BD8143;
}
.TagClassName
{
border-color: #BD8143;
}
</style>