Shades of Brandy Rose #B5827E
Tints of Brandy Rose #B5827E
RGB
CMYK
RGB Variations
Color information
#B5827E (or 0xB5827E) is known color: Brandy Rose. HEX triplet: B5, 82 and 7E. RGB value is (181,130,126). Sum of RGB (Red+Green+Blue) = 181+130+126=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5827E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5827E is #4A7D81. Grayscale: #909090. Windows color (decimal): -4881794 or 8290997. OLE color: 8290997.
HSL color Cylindrical-coordinate representation of color #B5827E: hue angle of 4.36º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5827E is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 126 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.29 |
| HSL | 4.36º | 0.27% | 0.6% | - |
| HSV(B) | 4.36º | 0.3% | 0.71% | - |
| XYZ | 30.8 | 27.3 | 23.38 | - |
| YUV | 144.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 126 | 0 | 0.28 | 0.30 | 0.29 | 4.36 | 0.27 | 0.6 |
| Hex | B5 | 82 | 7E | 0 | 1C | 1E | 1D | 4 | 1B | 3C |
| Octal | 265 | 202 | 176 | 0 | 34 | 36 | 35 | 4 | 33 | 74 |
| Binary | 10110101 | 10000010 | 1111110 | 0 | 11100 | 11110 | 11101 | 100 | 11011 | 111100 |
Color Harmonies of #B5827E
Complementary color
Monochromatic Colors of #B5827E
Black with #B5827E
Text Example
Text Example
White with #B5827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5827E; }
p { color: rgb(181,130,126); }
H1.HeaderClassName
{
color: #B5827E;
}
.AnyTagClassName
{
color: #B5827E;
}
</style>
background-color css
<style>
a { background-color: #B5827E; }
a { background-color: rgb(181,130,126); }
div.DivClassName
{
background-color: #B5827E;
}
.BgClassName
{
background-color: #B5827E;
}
</style>
border-color css
<style>
span { border-color: #B5827E; }
span { border-color: rgb(181,130,126); }
td.TdClassName
{
border-color: #B5827E;
}
.TagClassName
{
border-color: #B5827E;
}
</style>