Shades of Brandy Punch #BD753F
Tints of Brandy Punch #BD753F
RGB
CMYK
RGB Variations
Color information
#BD753F (or 0xBD753F) is known color: Brandy Punch. HEX triplet: BD, 75 and 3F. RGB value is (189,117,63). Sum of RGB (Red+Green+Blue) = 189+117+63=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD753F is #428AC0. Grayscale: #848484. Windows color (decimal): -4360897 or 4158909. OLE color: 4158909.
HSL color Cylindrical-coordinate representation of color #BD753F: hue angle of 25.71º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD753F is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 63 | - |
| CMYK | 0 | 0.38 | 0.67 | 0.26 |
| HSL | 25.71º | 0.5% | 0.49% | - |
| HSV(B) | 25.71º | 0.67% | 0.74% | - |
| XYZ | 28.24 | 23.9 | 7.83 | - |
| YUV | 132.37 | 88.85 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 63 | 0 | 0.38 | 0.67 | 0.26 | 25.71 | 0.5 | 0.49 |
| Hex | BD | 75 | 3F | 0 | 26 | 43 | 1A | 1A | 32 | 31 |
| Octal | 275 | 165 | 77 | 0 | 46 | 103 | 32 | 32 | 62 | 61 |
| Binary | 10111101 | 1110101 | 111111 | 0 | 100110 | 1000011 | 11010 | 11010 | 110010 | 110001 |
Color Harmonies of #BD753F
Complementary color
Monochromatic Colors of #BD753F
Black with #BD753F
Text Example
Text Example
White with #BD753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD753F; }
p { color: rgb(189,117,63); }
H1.HeaderClassName
{
color: #BD753F;
}
.AnyTagClassName
{
color: #BD753F;
}
</style>
background-color css
<style>
a { background-color: #BD753F; }
a { background-color: rgb(189,117,63); }
div.DivClassName
{
background-color: #BD753F;
}
.BgClassName
{
background-color: #BD753F;
}
</style>
border-color css
<style>
span { border-color: #BD753F; }
span { border-color: rgb(189,117,63); }
td.TdClassName
{
border-color: #BD753F;
}
.TagClassName
{
border-color: #BD753F;
}
</style>