Shades of Brandy Rose #B5877A
Tints of Brandy Rose #B5877A
RGB
CMYK
RGB Variations
Color information
#B5877A (or 0xB5877A) is known color: Brandy Rose. HEX triplet: B5, 87 and 7A. RGB value is (181,135,122). Sum of RGB (Red+Green+Blue) = 181+135+122=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5877A is #4A7885. Grayscale: #939393. Windows color (decimal): -4880518 or 8030133. OLE color: 8030133.
HSL color Cylindrical-coordinate representation of color #B5877A: hue angle of 13.22º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5877A is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 135 | 122 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.29 |
| HSL | 13.22º | 0.29% | 0.59% | - |
| HSV(B) | 13.22º | 0.33% | 0.71% | - |
| XYZ | 31.23 | 28.56 | 22.28 | - |
| YUV | 147.27 | 113.74 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 122 | 0 | 0.25 | 0.33 | 0.29 | 13.22 | 0.29 | 0.59 |
| Hex | B5 | 87 | 7A | 0 | 19 | 21 | 1D | D | 1D | 3B |
| Octal | 265 | 207 | 172 | 0 | 31 | 41 | 35 | 15 | 35 | 73 |
| Binary | 10110101 | 10000111 | 1111010 | 0 | 11001 | 100001 | 11101 | 1101 | 11101 | 111011 |
Color Harmonies of #B5877A
Complementary color
Monochromatic Colors of #B5877A
Black with #B5877A
Text Example
Text Example
White with #B5877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5877A; }
p { color: rgb(181,135,122); }
H1.HeaderClassName
{
color: #B5877A;
}
.AnyTagClassName
{
color: #B5877A;
}
</style>
background-color css
<style>
a { background-color: #B5877A; }
a { background-color: rgb(181,135,122); }
div.DivClassName
{
background-color: #B5877A;
}
.BgClassName
{
background-color: #B5877A;
}
</style>
border-color css
<style>
span { border-color: #B5877A; }
span { border-color: rgb(181,135,122); }
td.TdClassName
{
border-color: #B5877A;
}
.TagClassName
{
border-color: #B5877A;
}
</style>