Shades of Brandy Rose #B38577
Tints of Brandy Rose #B38577
RGB
CMYK
RGB Variations
Color information
#B38577 (or 0xB38577) is known color: Brandy Rose. HEX triplet: B3, 85 and 77. RGB value is (179,133,119). Sum of RGB (Red+Green+Blue) = 179+133+119=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B38577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38577 is #4C7A88. Grayscale: #919191. Windows color (decimal): -5012105 or 7833011. OLE color: 7833011.
HSL color Cylindrical-coordinate representation of color #B38577: hue angle of 14º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B38577 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 119 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.30 |
| HSL | 14º | 0.28% | 0.58% | - |
| HSV(B) | 14º | 0.34% | 0.7% | - |
| XYZ | 30.31 | 27.69 | 21.2 | - |
| YUV | 145.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 119 | 0 | 0.26 | 0.34 | 0.30 | 14 | 0.28 | 0.58 |
| Hex | B3 | 85 | 77 | 0 | 1A | 22 | 1E | E | 1C | 3A |
| Octal | 263 | 205 | 167 | 0 | 32 | 42 | 36 | 16 | 34 | 72 |
| Binary | 10110011 | 10000101 | 1110111 | 0 | 11010 | 100010 | 11110 | 1110 | 11100 | 111010 |
Color Harmonies of #B38577
Complementary color
Monochromatic Colors of #B38577
Black with #B38577
Text Example
Text Example
White with #B38577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38577; }
p { color: rgb(179,133,119); }
H1.HeaderClassName
{
color: #B38577;
}
.AnyTagClassName
{
color: #B38577;
}
</style>
background-color css
<style>
a { background-color: #B38577; }
a { background-color: rgb(179,133,119); }
div.DivClassName
{
background-color: #B38577;
}
.BgClassName
{
background-color: #B38577;
}
</style>
border-color css
<style>
span { border-color: #B38577; }
span { border-color: rgb(179,133,119); }
td.TdClassName
{
border-color: #B38577;
}
.TagClassName
{
border-color: #B38577;
}
</style>