Shades of Brandy Rose #B38478
Tints of Brandy Rose #B38478
RGB
CMYK
RGB Variations
Color information
#B38478 (or 0xB38478) is known color: Brandy Rose. HEX triplet: B3, 84 and 78. RGB value is (179,132,120). Sum of RGB (Red+Green+Blue) = 179+132+120=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B38478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38478 is #4C7B87. Grayscale: #909090. Windows color (decimal): -5012360 or 7898291. OLE color: 7898291.
HSL color Cylindrical-coordinate representation of color #B38478: hue angle of 12.2º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B38478 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 120 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.30 |
| HSL | 12.2º | 0.28% | 0.59% | - |
| HSV(B) | 12.2º | 0.33% | 0.7% | - |
| XYZ | 30.23 | 27.44 | 21.47 | - |
| YUV | 144.69 | 114.07 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 120 | 0 | 0.26 | 0.33 | 0.30 | 12.2 | 0.28 | 0.59 |
| Hex | B3 | 84 | 78 | 0 | 1A | 21 | 1E | C | 1C | 3B |
| Octal | 263 | 204 | 170 | 0 | 32 | 41 | 36 | 14 | 34 | 73 |
| Binary | 10110011 | 10000100 | 1111000 | 0 | 11010 | 100001 | 11110 | 1100 | 11100 | 111011 |
Color Harmonies of #B38478
Complementary color
Monochromatic Colors of #B38478
Black with #B38478
Text Example
Text Example
White with #B38478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38478; }
p { color: rgb(179,132,120); }
H1.HeaderClassName
{
color: #B38478;
}
.AnyTagClassName
{
color: #B38478;
}
</style>
background-color css
<style>
a { background-color: #B38478; }
a { background-color: rgb(179,132,120); }
div.DivClassName
{
background-color: #B38478;
}
.BgClassName
{
background-color: #B38478;
}
</style>
border-color css
<style>
span { border-color: #B38478; }
span { border-color: rgb(179,132,120); }
td.TdClassName
{
border-color: #B38478;
}
.TagClassName
{
border-color: #B38478;
}
</style>