Shades of Brandy Rose #B3847C
Tints of Brandy Rose #B3847C
RGB
CMYK
RGB Variations
Color information
#B3847C (or 0xB3847C) is known color: Brandy Rose. HEX triplet: B3, 84 and 7C. RGB value is (179,132,124). Sum of RGB (Red+Green+Blue) = 179+132+124=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3847C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3847C is #4C7B83. Grayscale: #919191. Windows color (decimal): -5012356 or 8160435. OLE color: 8160435.
HSL color Cylindrical-coordinate representation of color #B3847C: hue angle of 8.73º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3847C is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 124 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.30 |
| HSL | 8.73º | 0.27% | 0.59% | - |
| HSV(B) | 8.73º | 0.31% | 0.7% | - |
| XYZ | 30.48 | 27.54 | 22.78 | - |
| YUV | 145.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 124 | 0 | 0.26 | 0.31 | 0.30 | 8.73 | 0.27 | 0.59 |
| Hex | B3 | 84 | 7C | 0 | 1A | 1F | 1E | 9 | 1B | 3B |
| Octal | 263 | 204 | 174 | 0 | 32 | 37 | 36 | 11 | 33 | 73 |
| Binary | 10110011 | 10000100 | 1111100 | 0 | 11010 | 11111 | 11110 | 1001 | 11011 | 111011 |
Color Harmonies of #B3847C
Complementary color
Monochromatic Colors of #B3847C
Black with #B3847C
Text Example
Text Example
White with #B3847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3847C; }
p { color: rgb(179,132,124); }
H1.HeaderClassName
{
color: #B3847C;
}
.AnyTagClassName
{
color: #B3847C;
}
</style>
background-color css
<style>
a { background-color: #B3847C; }
a { background-color: rgb(179,132,124); }
div.DivClassName
{
background-color: #B3847C;
}
.BgClassName
{
background-color: #B3847C;
}
</style>
border-color css
<style>
span { border-color: #B3847C; }
span { border-color: rgb(179,132,124); }
td.TdClassName
{
border-color: #B3847C;
}
.TagClassName
{
border-color: #B3847C;
}
</style>