Shades of Brandy Rose #B9817F
Tints of Brandy Rose #B9817F
RGB
CMYK
RGB Variations
Color information
#B9817F (or 0xB9817F) is known color: Brandy Rose. HEX triplet: B9, 81 and 7F. RGB value is (185,129,127). Sum of RGB (Red+Green+Blue) = 185+129+127=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9817F is #467E80. Grayscale: #919191. Windows color (decimal): -4619905 or 8356281. OLE color: 8356281.
HSL color Cylindrical-coordinate representation of color #B9817F: hue angle of 2.07º 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 #B9817F is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 129 | 127 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.27 |
| HSL | 2.07º | 0.29% | 0.61% | - |
| HSV(B) | 2.07º | 0.31% | 0.73% | - |
| XYZ | 31.69 | 27.55 | 23.73 | - |
| YUV | 145.52 | 117.55 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 127 | 0 | 0.30 | 0.31 | 0.27 | 2.07 | 0.29 | 0.61 |
| Hex | B9 | 81 | 7F | 0 | 1E | 1F | 1B | 2 | 1D | 3D |
| Octal | 271 | 201 | 177 | 0 | 36 | 37 | 33 | 2 | 35 | 75 |
| Binary | 10111001 | 10000001 | 1111111 | 0 | 11110 | 11111 | 11011 | 10 | 11101 | 111101 |
Color Harmonies of #B9817F
Complementary color
Monochromatic Colors of #B9817F
Black with #B9817F
Text Example
Text Example
White with #B9817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9817F; }
p { color: rgb(185,129,127); }
H1.HeaderClassName
{
color: #B9817F;
}
.AnyTagClassName
{
color: #B9817F;
}
</style>
background-color css
<style>
a { background-color: #B9817F; }
a { background-color: rgb(185,129,127); }
div.DivClassName
{
background-color: #B9817F;
}
.BgClassName
{
background-color: #B9817F;
}
</style>
border-color css
<style>
span { border-color: #B9817F; }
span { border-color: rgb(185,129,127); }
td.TdClassName
{
border-color: #B9817F;
}
.TagClassName
{
border-color: #B9817F;
}
</style>