Shades of Brandy Rose #B3847A
Tints of Brandy Rose #B3847A
RGB
CMYK
RGB Variations
Color information
#B3847A (or 0xB3847A) is known color: Brandy Rose. HEX triplet: B3, 84 and 7A. RGB value is (179,132,122). Sum of RGB (Red+Green+Blue) = 179+132+122=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B3847A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3847A is #4C7B85. Grayscale: #909090. Windows color (decimal): -5012358 or 8029363. OLE color: 8029363.
HSL color Cylindrical-coordinate representation of color #B3847A: hue angle of 10.53º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3847A is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 122 | - |
| CMYK | 0 | 0.26 | 0.32 | 0.30 |
| HSL | 10.53º | 0.27% | 0.59% | - |
| HSV(B) | 10.53º | 0.32% | 0.7% | - |
| XYZ | 30.35 | 27.49 | 22.12 | - |
| YUV | 144.91 | 115.07 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 122 | 0 | 0.26 | 0.32 | 0.30 | 10.53 | 0.27 | 0.59 |
| Hex | B3 | 84 | 7A | 0 | 1A | 20 | 1E | B | 1B | 3B |
| Octal | 263 | 204 | 172 | 0 | 32 | 40 | 36 | 13 | 33 | 73 |
| Binary | 10110011 | 10000100 | 1111010 | 0 | 11010 | 100000 | 11110 | 1011 | 11011 | 111011 |
Color Harmonies of #B3847A
Complementary color
Monochromatic Colors of #B3847A
Black with #B3847A
Text Example
Text Example
White with #B3847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3847A; }
p { color: rgb(179,132,122); }
H1.HeaderClassName
{
color: #B3847A;
}
.AnyTagClassName
{
color: #B3847A;
}
</style>
background-color css
<style>
a { background-color: #B3847A; }
a { background-color: rgb(179,132,122); }
div.DivClassName
{
background-color: #B3847A;
}
.BgClassName
{
background-color: #B3847A;
}
</style>
border-color css
<style>
span { border-color: #B3847A; }
span { border-color: rgb(179,132,122); }
td.TdClassName
{
border-color: #B3847A;
}
.TagClassName
{
border-color: #B3847A;
}
</style>