Shades of Brandy Punch #BE7B3A
Tints of Brandy Punch #BE7B3A
RGB
CMYK
RGB Variations
Color information
#BE7B3A (or 0xBE7B3A) is known color: Brandy Punch. HEX triplet: BE, 7B and 3A. RGB value is (190,123,58). Sum of RGB (Red+Green+Blue) = 190+123+58=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B3A is #4184C5. Grayscale: #878787. Windows color (decimal): -4293830 or 3832766. OLE color: 3832766.
HSL color Cylindrical-coordinate representation of color #BE7B3A: hue angle of 29.55º 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 #BE7B3A is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 58 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.25 |
| HSL | 29.55º | 0.53% | 0.49% | - |
| HSV(B) | 29.55º | 0.69% | 0.75% | - |
| XYZ | 29.08 | 25.42 | 7.38 | - |
| YUV | 135.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 58 | 0 | 0.35 | 0.69 | 0.25 | 29.55 | 0.53 | 0.49 |
| Hex | BE | 7B | 3A | 0 | 23 | 45 | 19 | 1E | 35 | 31 |
| Octal | 276 | 173 | 72 | 0 | 43 | 105 | 31 | 36 | 65 | 61 |
| Binary | 10111110 | 1111011 | 111010 | 0 | 100011 | 1000101 | 11001 | 11110 | 110101 | 110001 |
Color Harmonies of #BE7B3A
Complementary color
Monochromatic Colors of #BE7B3A
Black with #BE7B3A
Text Example
Text Example
White with #BE7B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B3A; }
p { color: rgb(190,123,58); }
H1.HeaderClassName
{
color: #BE7B3A;
}
.AnyTagClassName
{
color: #BE7B3A;
}
</style>
background-color css
<style>
a { background-color: #BE7B3A; }
a { background-color: rgb(190,123,58); }
div.DivClassName
{
background-color: #BE7B3A;
}
.BgClassName
{
background-color: #BE7B3A;
}
</style>
border-color css
<style>
span { border-color: #BE7B3A; }
span { border-color: rgb(190,123,58); }
td.TdClassName
{
border-color: #BE7B3A;
}
.TagClassName
{
border-color: #BE7B3A;
}
</style>