Shades of Brandy Punch #BC733F
Tints of Brandy Punch #BC733F
RGB
CMYK
RGB Variations
Color information
#BC733F (or 0xBC733F) is known color: Brandy Punch. HEX triplet: BC, 73 and 3F. RGB value is (188,115,63). Sum of RGB (Red+Green+Blue) = 188+115+63=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC733F is #438CC0. Grayscale: #838383. Windows color (decimal): -4426945 or 4158396. OLE color: 4158396.
HSL color Cylindrical-coordinate representation of color #BC733F: hue angle of 24.96º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC733F is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 63 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.26 |
| HSL | 24.96º | 0.5% | 0.49% | - |
| HSV(B) | 24.96º | 0.66% | 0.74% | - |
| XYZ | 27.77 | 23.31 | 7.74 | - |
| YUV | 130.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 63 | 0 | 0.39 | 0.66 | 0.26 | 24.96 | 0.5 | 0.49 |
| Hex | BC | 73 | 3F | 0 | 27 | 42 | 1A | 19 | 32 | 31 |
| Octal | 274 | 163 | 77 | 0 | 47 | 102 | 32 | 31 | 62 | 61 |
| Binary | 10111100 | 1110011 | 111111 | 0 | 100111 | 1000010 | 11010 | 11001 | 110010 | 110001 |
Color Harmonies of #BC733F
Complementary color
Monochromatic Colors of #BC733F
Black with #BC733F
Text Example
Text Example
White with #BC733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC733F; }
p { color: rgb(188,115,63); }
H1.HeaderClassName
{
color: #BC733F;
}
.AnyTagClassName
{
color: #BC733F;
}
</style>
background-color css
<style>
a { background-color: #BC733F; }
a { background-color: rgb(188,115,63); }
div.DivClassName
{
background-color: #BC733F;
}
.BgClassName
{
background-color: #BC733F;
}
</style>
border-color css
<style>
span { border-color: #BC733F; }
span { border-color: rgb(188,115,63); }
td.TdClassName
{
border-color: #BC733F;
}
.TagClassName
{
border-color: #BC733F;
}
</style>