Shades of Brandy Rose #B38477
Tints of Brandy Rose #B38477
RGB
CMYK
RGB Variations
Color information
#B38477 (or 0xB38477) is known color: Brandy Rose. HEX triplet: B3, 84 and 77. RGB value is (179,132,119). Sum of RGB (Red+Green+Blue) = 179+132+119=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B38477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38477 is #4C7B88. Grayscale: #909090. Windows color (decimal): -5012361 or 7832755. OLE color: 7832755.
HSL color Cylindrical-coordinate representation of color #B38477: hue angle of 13º 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 #B38477 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 119 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.30 |
| HSL | 13º | 0.28% | 0.58% | - |
| HSV(B) | 13º | 0.34% | 0.7% | - |
| XYZ | 30.17 | 27.42 | 21.15 | - |
| YUV | 144.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 119 | 0 | 0.26 | 0.34 | 0.30 | 13 | 0.28 | 0.58 |
| Hex | B3 | 84 | 77 | 0 | 1A | 22 | 1E | D | 1C | 3A |
| Octal | 263 | 204 | 167 | 0 | 32 | 42 | 36 | 15 | 34 | 72 |
| Binary | 10110011 | 10000100 | 1110111 | 0 | 11010 | 100010 | 11110 | 1101 | 11100 | 111010 |
Color Harmonies of #B38477
Complementary color
Monochromatic Colors of #B38477
Black with #B38477
Text Example
Text Example
White with #B38477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38477; }
p { color: rgb(179,132,119); }
H1.HeaderClassName
{
color: #B38477;
}
.AnyTagClassName
{
color: #B38477;
}
</style>
background-color css
<style>
a { background-color: #B38477; }
a { background-color: rgb(179,132,119); }
div.DivClassName
{
background-color: #B38477;
}
.BgClassName
{
background-color: #B38477;
}
</style>
border-color css
<style>
span { border-color: #B38477; }
span { border-color: rgb(179,132,119); }
td.TdClassName
{
border-color: #B38477;
}
.TagClassName
{
border-color: #B38477;
}
</style>