Shades of Brandy Punch #BD753B
Tints of Brandy Punch #BD753B
RGB
CMYK
RGB Variations
Color information
#BD753B (or 0xBD753B) is known color: Brandy Punch. HEX triplet: BD, 75 and 3B. RGB value is (189,117,59). Sum of RGB (Red+Green+Blue) = 189+117+59=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD753B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD753B is #428AC4. Grayscale: #848484. Windows color (decimal): -4360901 or 3896765. OLE color: 3896765.
HSL color Cylindrical-coordinate representation of color #BD753B: hue angle of 26.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD753B is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 59 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.26 |
| HSL | 26.77º | 0.52% | 0.49% | - |
| HSV(B) | 26.77º | 0.69% | 0.74% | - |
| XYZ | 28.14 | 23.86 | 7.26 | - |
| YUV | 131.92 | 86.85 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 59 | 0 | 0.38 | 0.69 | 0.26 | 26.77 | 0.52 | 0.49 |
| Hex | BD | 75 | 3B | 0 | 26 | 45 | 1A | 1B | 34 | 31 |
| Octal | 275 | 165 | 73 | 0 | 46 | 105 | 32 | 33 | 64 | 61 |
| Binary | 10111101 | 1110101 | 111011 | 0 | 100110 | 1000101 | 11010 | 11011 | 110100 | 110001 |
Color Harmonies of #BD753B
Complementary color
Monochromatic Colors of #BD753B
Black with #BD753B
Text Example
Text Example
White with #BD753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD753B; }
p { color: rgb(189,117,59); }
H1.HeaderClassName
{
color: #BD753B;
}
.AnyTagClassName
{
color: #BD753B;
}
</style>
background-color css
<style>
a { background-color: #BD753B; }
a { background-color: rgb(189,117,59); }
div.DivClassName
{
background-color: #BD753B;
}
.BgClassName
{
background-color: #BD753B;
}
</style>
border-color css
<style>
span { border-color: #BD753B; }
span { border-color: rgb(189,117,59); }
td.TdClassName
{
border-color: #BD753B;
}
.TagClassName
{
border-color: #BD753B;
}
</style>