Shades of Brandy Rose #B3846F
Tints of Brandy Rose #B3846F
RGB
CMYK
RGB Variations
Color information
#B3846F (or 0xB3846F) is known color: Brandy Rose. HEX triplet: B3, 84 and 6F. RGB value is (179,132,111). Sum of RGB (Red+Green+Blue) = 179+132+111=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B3846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3846F is #4C7B90. Grayscale: #8F8F8F. Windows color (decimal): -5012369 or 7308467. OLE color: 7308467.
HSL color Cylindrical-coordinate representation of color #B3846F: hue angle of 18.53º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B3846F is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 111 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.30 |
| HSL | 18.53º | 0.31% | 0.57% | - |
| HSV(B) | 18.53º | 0.38% | 0.7% | - |
| XYZ | 29.71 | 27.23 | 18.73 | - |
| YUV | 143.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 111 | 0 | 0.26 | 0.38 | 0.30 | 18.53 | 0.31 | 0.57 |
| Hex | B3 | 84 | 6F | 0 | 1A | 26 | 1E | 13 | 1F | 39 |
| Octal | 263 | 204 | 157 | 0 | 32 | 46 | 36 | 23 | 37 | 71 |
| Binary | 10110011 | 10000100 | 1101111 | 0 | 11010 | 100110 | 11110 | 10011 | 11111 | 111001 |
Color Harmonies of #B3846F
Complementary color
Monochromatic Colors of #B3846F
Black with #B3846F
Text Example
Text Example
White with #B3846F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3846F; }
p { color: rgb(179,132,111); }
H1.HeaderClassName
{
color: #B3846F;
}
.AnyTagClassName
{
color: #B3846F;
}
</style>
background-color css
<style>
a { background-color: #B3846F; }
a { background-color: rgb(179,132,111); }
div.DivClassName
{
background-color: #B3846F;
}
.BgClassName
{
background-color: #B3846F;
}
</style>
border-color css
<style>
span { border-color: #B3846F; }
span { border-color: rgb(179,132,111); }
td.TdClassName
{
border-color: #B3846F;
}
.TagClassName
{
border-color: #B3846F;
}
</style>