Shades of Brandy Rose #B4877B
Tints of Brandy Rose #B4877B
RGB
CMYK
RGB Variations
Color information
#B4877B (or 0xB4877B) is known color: Brandy Rose. HEX triplet: B4, 87 and 7B. RGB value is (180,135,123). Sum of RGB (Red+Green+Blue) = 180+135+123=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B4877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4877B is #4B7884. Grayscale: #939393. Windows color (decimal): -4946053 or 8095668. OLE color: 8095668.
HSL color Cylindrical-coordinate representation of color #B4877B: hue angle of 12.63º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4877B is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 135 | 123 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.29 |
| HSL | 12.63º | 0.28% | 0.59% | - |
| HSV(B) | 12.63º | 0.32% | 0.71% | - |
| XYZ | 31.06 | 28.46 | 22.6 | - |
| YUV | 147.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 123 | 0 | 0.25 | 0.32 | 0.29 | 12.63 | 0.28 | 0.59 |
| Hex | B4 | 87 | 7B | 0 | 19 | 20 | 1D | D | 1C | 3B |
| Octal | 264 | 207 | 173 | 0 | 31 | 40 | 35 | 15 | 34 | 73 |
| Binary | 10110100 | 10000111 | 1111011 | 0 | 11001 | 100000 | 11101 | 1101 | 11100 | 111011 |
Color Harmonies of #B4877B
Complementary color
Monochromatic Colors of #B4877B
Black with #B4877B
Text Example
Text Example
White with #B4877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4877B; }
p { color: rgb(180,135,123); }
H1.HeaderClassName
{
color: #B4877B;
}
.AnyTagClassName
{
color: #B4877B;
}
</style>
background-color css
<style>
a { background-color: #B4877B; }
a { background-color: rgb(180,135,123); }
div.DivClassName
{
background-color: #B4877B;
}
.BgClassName
{
background-color: #B4877B;
}
</style>
border-color css
<style>
span { border-color: #B4877B; }
span { border-color: rgb(180,135,123); }
td.TdClassName
{
border-color: #B4877B;
}
.TagClassName
{
border-color: #B4877B;
}
</style>