Shades of Brandy Punch #BF7C4B
Tints of Brandy Punch #BF7C4B
RGB
CMYK
RGB Variations
Color information
#BF7C4B (or 0xBF7C4B) is known color: Brandy Punch. HEX triplet: BF, 7C and 4B. RGB value is (191,124,75). Sum of RGB (Red+Green+Blue) = 191+124+75=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7C4B is #4083B4. Grayscale: #8A8A8A. Windows color (decimal): -4228021 or 4947135. OLE color: 4947135.
HSL color Cylindrical-coordinate representation of color #BF7C4B: hue angle of 25.34º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF7C4B is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 124 | 75 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.25 |
| HSL | 25.34º | 0.48% | 0.52% | - |
| HSV(B) | 25.34º | 0.61% | 0.75% | - |
| XYZ | 29.96 | 26 | 10.1 | - |
| YUV | 138.45 | 92.2 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 124 | 75 | 0 | 0.35 | 0.61 | 0.25 | 25.34 | 0.48 | 0.52 |
| Hex | BF | 7C | 4B | 0 | 23 | 3D | 19 | 19 | 30 | 34 |
| Octal | 277 | 174 | 113 | 0 | 43 | 75 | 31 | 31 | 60 | 64 |
| Binary | 10111111 | 1111100 | 1001011 | 0 | 100011 | 111101 | 11001 | 11001 | 110000 | 110100 |
Color Harmonies of #BF7C4B
Complementary color
Monochromatic Colors of #BF7C4B
Black with #BF7C4B
Text Example
Text Example
White with #BF7C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7C4B; }
p { color: rgb(191,124,75); }
H1.HeaderClassName
{
color: #BF7C4B;
}
.AnyTagClassName
{
color: #BF7C4B;
}
</style>
background-color css
<style>
a { background-color: #BF7C4B; }
a { background-color: rgb(191,124,75); }
div.DivClassName
{
background-color: #BF7C4B;
}
.BgClassName
{
background-color: #BF7C4B;
}
</style>
border-color css
<style>
span { border-color: #BF7C4B; }
span { border-color: rgb(191,124,75); }
td.TdClassName
{
border-color: #BF7C4B;
}
.TagClassName
{
border-color: #BF7C4B;
}
</style>