Shades of Brandy Rose #B5827C
Tints of Brandy Rose #B5827C
RGB
CMYK
RGB Variations
Color information
#B5827C (or 0xB5827C) is known color: Brandy Rose. HEX triplet: B5, 82 and 7C. RGB value is (181,130,124). Sum of RGB (Red+Green+Blue) = 181+130+124=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5827C is #4A7D83. Grayscale: #909090. Windows color (decimal): -4881796 or 8159925. OLE color: 8159925.
HSL color Cylindrical-coordinate representation of color #B5827C: hue angle of 6.32º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5827C is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 124 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.29 |
| HSL | 6.32º | 0.28% | 0.6% | - |
| HSV(B) | 6.32º | 0.31% | 0.71% | - |
| XYZ | 30.68 | 27.24 | 22.71 | - |
| YUV | 144.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 124 | 0 | 0.28 | 0.31 | 0.29 | 6.32 | 0.28 | 0.6 |
| Hex | B5 | 82 | 7C | 0 | 1C | 1F | 1D | 6 | 1C | 3C |
| Octal | 265 | 202 | 174 | 0 | 34 | 37 | 35 | 6 | 34 | 74 |
| Binary | 10110101 | 10000010 | 1111100 | 0 | 11100 | 11111 | 11101 | 110 | 11100 | 111100 |
Color Harmonies of #B5827C
Complementary color
Monochromatic Colors of #B5827C
Black with #B5827C
Text Example
Text Example
White with #B5827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5827C; }
p { color: rgb(181,130,124); }
H1.HeaderClassName
{
color: #B5827C;
}
.AnyTagClassName
{
color: #B5827C;
}
</style>
background-color css
<style>
a { background-color: #B5827C; }
a { background-color: rgb(181,130,124); }
div.DivClassName
{
background-color: #B5827C;
}
.BgClassName
{
background-color: #B5827C;
}
</style>
border-color css
<style>
span { border-color: #B5827C; }
span { border-color: rgb(181,130,124); }
td.TdClassName
{
border-color: #B5827C;
}
.TagClassName
{
border-color: #B5827C;
}
</style>