Shades of Brandy Punch #BE7B43
Tints of Brandy Punch #BE7B43
RGB
CMYK
RGB Variations
Color information
#BE7B43 (or 0xBE7B43) is known color: Brandy Punch. HEX triplet: BE, 7B and 43. RGB value is (190,123,67). Sum of RGB (Red+Green+Blue) = 190+123+67=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE7B43 is #4184BC. Grayscale: #888888. Windows color (decimal): -4293821 or 4422590. OLE color: 4422590.
HSL color Cylindrical-coordinate representation of color #BE7B43: hue angle of 27.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE7B43 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 67 | - |
| CMYK | 0 | 0.35 | 0.65 | 0.25 |
| HSL | 27.32º | 0.49% | 0.5% | - |
| HSV(B) | 27.32º | 0.65% | 0.75% | - |
| XYZ | 29.33 | 25.52 | 8.69 | - |
| YUV | 136.65 | 88.7 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 67 | 0 | 0.35 | 0.65 | 0.25 | 27.32 | 0.49 | 0.5 |
| Hex | BE | 7B | 43 | 0 | 23 | 41 | 19 | 1B | 31 | 32 |
| Octal | 276 | 173 | 103 | 0 | 43 | 101 | 31 | 33 | 61 | 62 |
| Binary | 10111110 | 1111011 | 1000011 | 0 | 100011 | 1000001 | 11001 | 11011 | 110001 | 110010 |
Color Harmonies of #BE7B43
Complementary color
Monochromatic Colors of #BE7B43
Black with #BE7B43
Text Example
Text Example
White with #BE7B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B43; }
p { color: rgb(190,123,67); }
H1.HeaderClassName
{
color: #BE7B43;
}
.AnyTagClassName
{
color: #BE7B43;
}
</style>
background-color css
<style>
a { background-color: #BE7B43; }
a { background-color: rgb(190,123,67); }
div.DivClassName
{
background-color: #BE7B43;
}
.BgClassName
{
background-color: #BE7B43;
}
</style>
border-color css
<style>
span { border-color: #BE7B43; }
span { border-color: rgb(190,123,67); }
td.TdClassName
{
border-color: #BE7B43;
}
.TagClassName
{
border-color: #BE7B43;
}
</style>