Shades of Brandy Rose #B3827E
Tints of Brandy Rose #B3827E
RGB
CMYK
RGB Variations
Color information
#B3827E (or 0xB3827E) is known color: Brandy Rose. HEX triplet: B3, 82 and 7E. RGB value is (179,130,126). Sum of RGB (Red+Green+Blue) = 179+130+126=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B3827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3827E is #4C7D81. Grayscale: #909090. Windows color (decimal): -5012866 or 8290995. OLE color: 8290995.
HSL color Cylindrical-coordinate representation of color #B3827E: hue angle of 4.53º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3827E is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 126 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.30 |
| HSL | 4.53º | 0.26% | 0.6% | - |
| HSV(B) | 4.53º | 0.3% | 0.7% | - |
| XYZ | 30.34 | 27.06 | 23.36 | - |
| YUV | 144.2 | 117.73 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 126 | 0 | 0.27 | 0.30 | 0.30 | 4.53 | 0.26 | 0.6 |
| Hex | B3 | 82 | 7E | 0 | 1B | 1E | 1E | 5 | 1A | 3C |
| Octal | 263 | 202 | 176 | 0 | 33 | 36 | 36 | 5 | 32 | 74 |
| Binary | 10110011 | 10000010 | 1111110 | 0 | 11011 | 11110 | 11110 | 101 | 11010 | 111100 |
Color Harmonies of #B3827E
Complementary color
Monochromatic Colors of #B3827E
Black with #B3827E
Text Example
Text Example
White with #B3827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3827E; }
p { color: rgb(179,130,126); }
H1.HeaderClassName
{
color: #B3827E;
}
.AnyTagClassName
{
color: #B3827E;
}
</style>
background-color css
<style>
a { background-color: #B3827E; }
a { background-color: rgb(179,130,126); }
div.DivClassName
{
background-color: #B3827E;
}
.BgClassName
{
background-color: #B3827E;
}
</style>
border-color css
<style>
span { border-color: #B3827E; }
span { border-color: rgb(179,130,126); }
td.TdClassName
{
border-color: #B3827E;
}
.TagClassName
{
border-color: #B3827E;
}
</style>