Shades of Brandy Punch #BE753B
Tints of Brandy Punch #BE753B
RGB
CMYK
RGB Variations
Color information
#BE753B (or 0xBE753B) is known color: Brandy Punch. HEX triplet: BE, 75 and 3B. RGB value is (190,117,59). Sum of RGB (Red+Green+Blue) = 190+117+59=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE753B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE753B is #418AC4. Grayscale: #848484. Windows color (decimal): -4295365 or 3896766. OLE color: 3896766.
HSL color Cylindrical-coordinate representation of color #BE753B: hue angle of 26.56º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE753B is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 117 | 59 | - |
| CMYK | 0 | 0.38 | 0.69 | 0.25 |
| HSL | 26.56º | 0.53% | 0.49% | - |
| HSV(B) | 26.56º | 0.69% | 0.75% | - |
| XYZ | 28.39 | 23.99 | 7.27 | - |
| YUV | 132.22 | 86.68 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 117 | 59 | 0 | 0.38 | 0.69 | 0.25 | 26.56 | 0.53 | 0.49 |
| Hex | BE | 75 | 3B | 0 | 26 | 45 | 19 | 1B | 35 | 31 |
| Octal | 276 | 165 | 73 | 0 | 46 | 105 | 31 | 33 | 65 | 61 |
| Binary | 10111110 | 1110101 | 111011 | 0 | 100110 | 1000101 | 11001 | 11011 | 110101 | 110001 |
Color Harmonies of #BE753B
Complementary color
Monochromatic Colors of #BE753B
Black with #BE753B
Text Example
Text Example
White with #BE753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE753B; }
p { color: rgb(190,117,59); }
H1.HeaderClassName
{
color: #BE753B;
}
.AnyTagClassName
{
color: #BE753B;
}
</style>
background-color css
<style>
a { background-color: #BE753B; }
a { background-color: rgb(190,117,59); }
div.DivClassName
{
background-color: #BE753B;
}
.BgClassName
{
background-color: #BE753B;
}
</style>
border-color css
<style>
span { border-color: #BE753B; }
span { border-color: rgb(190,117,59); }
td.TdClassName
{
border-color: #BE753B;
}
.TagClassName
{
border-color: #BE753B;
}
</style>