Shades of Brandy Rose #B9877F
Tints of Brandy Rose #B9877F
RGB
CMYK
RGB Variations
Color information
#B9877F (or 0xB9877F) is known color: Brandy Rose. HEX triplet: B9, 87 and 7F. RGB value is (185,135,127). Sum of RGB (Red+Green+Blue) = 185+135+127=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9877F is #467880. Grayscale: #959595. Windows color (decimal): -4618369 or 8357817. OLE color: 8357817.
HSL color Cylindrical-coordinate representation of color #B9877F: hue angle of 8.28º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9877F is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 135 | 127 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.27 |
| HSL | 8.28º | 0.29% | 0.61% | - |
| HSV(B) | 8.28º | 0.31% | 0.73% | - |
| XYZ | 32.5 | 29.17 | 24 | - |
| YUV | 149.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 127 | 0 | 0.27 | 0.31 | 0.27 | 8.28 | 0.29 | 0.61 |
| Hex | B9 | 87 | 7F | 0 | 1B | 1F | 1B | 8 | 1D | 3D |
| Octal | 271 | 207 | 177 | 0 | 33 | 37 | 33 | 10 | 35 | 75 |
| Binary | 10111001 | 10000111 | 1111111 | 0 | 11011 | 11111 | 11011 | 1000 | 11101 | 111101 |
Color Harmonies of #B9877F
Complementary color
Monochromatic Colors of #B9877F
Black with #B9877F
Text Example
Text Example
White with #B9877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9877F; }
p { color: rgb(185,135,127); }
H1.HeaderClassName
{
color: #B9877F;
}
.AnyTagClassName
{
color: #B9877F;
}
</style>
background-color css
<style>
a { background-color: #B9877F; }
a { background-color: rgb(185,135,127); }
div.DivClassName
{
background-color: #B9877F;
}
.BgClassName
{
background-color: #B9877F;
}
</style>
border-color css
<style>
span { border-color: #B9877F; }
span { border-color: rgb(185,135,127); }
td.TdClassName
{
border-color: #B9877F;
}
.TagClassName
{
border-color: #B9877F;
}
</style>