Shades of Brandy Punch #BC833F
Tints of Brandy Punch #BC833F
RGB
CMYK
RGB Variations
Color information
#BC833F (or 0xBC833F) is known color: Brandy Punch. HEX triplet: BC, 83 and 3F. RGB value is (188,131,63). Sum of RGB (Red+Green+Blue) = 188+131+63=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC833F is #437CC0. Grayscale: #8C8C8C. Windows color (decimal): -4422849 or 4162492. OLE color: 4162492.
HSL color Cylindrical-coordinate representation of color #BC833F: hue angle of 32.64º 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 #BC833F is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 131 | 63 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.26 |
| HSL | 32.64º | 0.5% | 0.49% | - |
| HSV(B) | 32.64º | 0.66% | 0.74% | - |
| XYZ | 29.75 | 27.28 | 8.4 | - |
| YUV | 140.29 | 84.38 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 131 | 63 | 0 | 0.30 | 0.66 | 0.26 | 32.64 | 0.5 | 0.49 |
| Hex | BC | 83 | 3F | 0 | 1E | 42 | 1A | 21 | 32 | 31 |
| Octal | 274 | 203 | 77 | 0 | 36 | 102 | 32 | 41 | 62 | 61 |
| Binary | 10111100 | 10000011 | 111111 | 0 | 11110 | 1000010 | 11010 | 100001 | 110010 | 110001 |
Color Harmonies of #BC833F
Complementary color
Monochromatic Colors of #BC833F
Black with #BC833F
Text Example
Text Example
White with #BC833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC833F; }
p { color: rgb(188,131,63); }
H1.HeaderClassName
{
color: #BC833F;
}
.AnyTagClassName
{
color: #BC833F;
}
</style>
background-color css
<style>
a { background-color: #BC833F; }
a { background-color: rgb(188,131,63); }
div.DivClassName
{
background-color: #BC833F;
}
.BgClassName
{
background-color: #BC833F;
}
</style>
border-color css
<style>
span { border-color: #BC833F; }
span { border-color: rgb(188,131,63); }
td.TdClassName
{
border-color: #BC833F;
}
.TagClassName
{
border-color: #BC833F;
}
</style>