Shades of Brandy Punch #B7753F
Tints of Brandy Punch #B7753F
RGB
CMYK
RGB Variations
Color information
#B7753F (or 0xB7753F) is known color: Brandy Punch. HEX triplet: B7, 75 and 3F. RGB value is (183,117,63). Sum of RGB (Red+Green+Blue) = 183+117+63=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7753F is #488AC0. Grayscale: #828282. Windows color (decimal): -4754113 or 4158903. OLE color: 4158903.
HSL color Cylindrical-coordinate representation of color #B7753F: hue angle of 27º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7753F is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 63 | - |
| CMYK | 0 | 0.36 | 0.66 | 0.28 |
| HSL | 27º | 0.49% | 0.48% | - |
| HSV(B) | 27º | 0.66% | 0.72% | - |
| XYZ | 26.79 | 23.15 | 7.76 | - |
| YUV | 130.58 | 89.87 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 63 | 0 | 0.36 | 0.66 | 0.28 | 27 | 0.49 | 0.48 |
| Hex | B7 | 75 | 3F | 0 | 24 | 42 | 1C | 1B | 31 | 30 |
| Octal | 267 | 165 | 77 | 0 | 44 | 102 | 34 | 33 | 61 | 60 |
| Binary | 10110111 | 1110101 | 111111 | 0 | 100100 | 1000010 | 11100 | 11011 | 110001 | 110000 |
Color Harmonies of #B7753F
Complementary color
Monochromatic Colors of #B7753F
Black with #B7753F
Text Example
Text Example
White with #B7753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7753F; }
p { color: rgb(183,117,63); }
H1.HeaderClassName
{
color: #B7753F;
}
.AnyTagClassName
{
color: #B7753F;
}
</style>
background-color css
<style>
a { background-color: #B7753F; }
a { background-color: rgb(183,117,63); }
div.DivClassName
{
background-color: #B7753F;
}
.BgClassName
{
background-color: #B7753F;
}
</style>
border-color css
<style>
span { border-color: #B7753F; }
span { border-color: rgb(183,117,63); }
td.TdClassName
{
border-color: #B7753F;
}
.TagClassName
{
border-color: #B7753F;
}
</style>