Shades of Brandy Rose #B3847B
Tints of Brandy Rose #B3847B
RGB
CMYK
RGB Variations
Color information
#B3847B (or 0xB3847B) is known color: Brandy Rose. HEX triplet: B3, 84 and 7B. RGB value is (179,132,123). Sum of RGB (Red+Green+Blue) = 179+132+123=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B3847B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3847B is #4C7B84. Grayscale: #919191. Windows color (decimal): -5012357 or 8094899. OLE color: 8094899.
HSL color Cylindrical-coordinate representation of color #B3847B: hue angle of 9.64º 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 #B3847B is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 123 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.30 |
| HSL | 9.64º | 0.27% | 0.59% | - |
| HSV(B) | 9.64º | 0.31% | 0.7% | - |
| XYZ | 30.42 | 27.52 | 22.45 | - |
| YUV | 145.03 | 115.57 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 123 | 0 | 0.26 | 0.31 | 0.30 | 9.64 | 0.27 | 0.59 |
| Hex | B3 | 84 | 7B | 0 | 1A | 1F | 1E | A | 1B | 3B |
| Octal | 263 | 204 | 173 | 0 | 32 | 37 | 36 | 12 | 33 | 73 |
| Binary | 10110011 | 10000100 | 1111011 | 0 | 11010 | 11111 | 11110 | 1010 | 11011 | 111011 |
Color Harmonies of #B3847B
Complementary color
Monochromatic Colors of #B3847B
Black with #B3847B
Text Example
Text Example
White with #B3847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3847B; }
p { color: rgb(179,132,123); }
H1.HeaderClassName
{
color: #B3847B;
}
.AnyTagClassName
{
color: #B3847B;
}
</style>
background-color css
<style>
a { background-color: #B3847B; }
a { background-color: rgb(179,132,123); }
div.DivClassName
{
background-color: #B3847B;
}
.BgClassName
{
background-color: #B3847B;
}
</style>
border-color css
<style>
span { border-color: #B3847B; }
span { border-color: rgb(179,132,123); }
td.TdClassName
{
border-color: #B3847B;
}
.TagClassName
{
border-color: #B3847B;
}
</style>