Shades of Brandy Rose #B0867D
Tints of Brandy Rose #B0867D
RGB
CMYK
RGB Variations
Color information
#B0867D (or 0xB0867D) is known color: Brandy Rose. HEX triplet: B0, 86 and 7D. RGB value is (176,134,125). Sum of RGB (Red+Green+Blue) = 176+134+125=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 176 - color contains mainly: red. Hex color #B0867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0867D is #4F7982. Grayscale: #919191. Windows color (decimal): -5208451 or 8226480. OLE color: 8226480.
HSL color Cylindrical-coordinate representation of color #B0867D: hue angle of 10.59º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0867D is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 134 | 125 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.31 |
| HSL | 10.59º | 0.24% | 0.59% | - |
| HSV(B) | 10.59º | 0.29% | 0.69% | - |
| XYZ | 30.13 | 27.76 | 23.17 | - |
| YUV | 145.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 134 | 125 | 0 | 0.24 | 0.29 | 0.31 | 10.59 | 0.24 | 0.59 |
| Hex | B0 | 86 | 7D | 0 | 18 | 1D | 1F | B | 18 | 3B |
| Octal | 260 | 206 | 175 | 0 | 30 | 35 | 37 | 13 | 30 | 73 |
| Binary | 10110000 | 10000110 | 1111101 | 0 | 11000 | 11101 | 11111 | 1011 | 11000 | 111011 |
Color Harmonies of #B0867D
Complementary color
Monochromatic Colors of #B0867D
Black with #B0867D
Text Example
Text Example
White with #B0867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0867D; }
p { color: rgb(176,134,125); }
H1.HeaderClassName
{
color: #B0867D;
}
.AnyTagClassName
{
color: #B0867D;
}
</style>
background-color css
<style>
a { background-color: #B0867D; }
a { background-color: rgb(176,134,125); }
div.DivClassName
{
background-color: #B0867D;
}
.BgClassName
{
background-color: #B0867D;
}
</style>
border-color css
<style>
span { border-color: #B0867D; }
span { border-color: rgb(176,134,125); }
td.TdClassName
{
border-color: #B0867D;
}
.TagClassName
{
border-color: #B0867D;
}
</style>