Shades of Brandy Rose #B37C72
Tints of Brandy Rose #B37C72
RGB
CMYK
RGB Variations
Color information
#B37C72 (or 0xB37C72) is known color: Brandy Rose. HEX triplet: B3, 7C and 72. RGB value is (179,124,114). Sum of RGB (Red+Green+Blue) = 179+124+114=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37C72 is #4C838D. Grayscale: #8B8B8B. Windows color (decimal): -5014414 or 7503027. OLE color: 7503027.
HSL color Cylindrical-coordinate representation of color #B37C72: hue angle of 9.23º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37C72 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 114 | - |
| CMYK | 0 | 0.31 | 0.36 | 0.30 |
| HSL | 9.23º | 0.3% | 0.57% | - |
| HSV(B) | 9.23º | 0.36% | 0.7% | - |
| XYZ | 28.84 | 25.21 | 19.27 | - |
| YUV | 139.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 114 | 0 | 0.31 | 0.36 | 0.30 | 9.23 | 0.3 | 0.57 |
| Hex | B3 | 7C | 72 | 0 | 1F | 24 | 1E | 9 | 1E | 39 |
| Octal | 263 | 174 | 162 | 0 | 37 | 44 | 36 | 11 | 36 | 71 |
| Binary | 10110011 | 1111100 | 1110010 | 0 | 11111 | 100100 | 11110 | 1001 | 11110 | 111001 |
Color Harmonies of #B37C72
Complementary color
Monochromatic Colors of #B37C72
Black with #B37C72
Text Example
Text Example
White with #B37C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C72; }
p { color: rgb(179,124,114); }
H1.HeaderClassName
{
color: #B37C72;
}
.AnyTagClassName
{
color: #B37C72;
}
</style>
background-color css
<style>
a { background-color: #B37C72; }
a { background-color: rgb(179,124,114); }
div.DivClassName
{
background-color: #B37C72;
}
.BgClassName
{
background-color: #B37C72;
}
</style>
border-color css
<style>
span { border-color: #B37C72; }
span { border-color: rgb(179,124,114); }
td.TdClassName
{
border-color: #B37C72;
}
.TagClassName
{
border-color: #B37C72;
}
</style>