Shades of Brandy Rose #B1867D
Tints of Brandy Rose #B1867D
RGB
CMYK
RGB Variations
Color information
#B1867D (or 0xB1867D) is known color: Brandy Rose. HEX triplet: B1, 86 and 7D. RGB value is (177,134,125). Sum of RGB (Red+Green+Blue) = 177+134+125=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1867D is #4E7982. Grayscale: #919191. Windows color (decimal): -5142915 or 8226481. OLE color: 8226481.
HSL color Cylindrical-coordinate representation of color #B1867D: hue angle of 10.38º degrees, saturation: 0.25, 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 #B1867D is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 125 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.31 |
| HSL | 10.38º | 0.25% | 0.59% | - |
| HSV(B) | 10.38º | 0.29% | 0.69% | - |
| XYZ | 30.36 | 27.88 | 23.18 | - |
| YUV | 145.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 125 | 0 | 0.24 | 0.29 | 0.31 | 10.38 | 0.25 | 0.59 |
| Hex | B1 | 86 | 7D | 0 | 18 | 1D | 1F | A | 19 | 3B |
| Octal | 261 | 206 | 175 | 0 | 30 | 35 | 37 | 12 | 31 | 73 |
| Binary | 10110001 | 10000110 | 1111101 | 0 | 11000 | 11101 | 11111 | 1010 | 11001 | 111011 |
Color Harmonies of #B1867D
Complementary color
Monochromatic Colors of #B1867D
Black with #B1867D
Text Example
Text Example
White with #B1867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1867D; }
p { color: rgb(177,134,125); }
H1.HeaderClassName
{
color: #B1867D;
}
.AnyTagClassName
{
color: #B1867D;
}
</style>
background-color css
<style>
a { background-color: #B1867D; }
a { background-color: rgb(177,134,125); }
div.DivClassName
{
background-color: #B1867D;
}
.BgClassName
{
background-color: #B1867D;
}
</style>
border-color css
<style>
span { border-color: #B1867D; }
span { border-color: rgb(177,134,125); }
td.TdClassName
{
border-color: #B1867D;
}
.TagClassName
{
border-color: #B1867D;
}
</style>