Shades of Brandy Rose #B1877D
Tints of Brandy Rose #B1877D
RGB
CMYK
RGB Variations
Color information
#B1877D (or 0xB1877D) is known color: Brandy Rose. HEX triplet: B1, 87 and 7D. RGB value is (177,135,125). Sum of RGB (Red+Green+Blue) = 177+135+125=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1877D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1877D is #4E7882. Grayscale: #929292. Windows color (decimal): -5142659 or 8226737. OLE color: 8226737.
HSL color Cylindrical-coordinate representation of color #B1877D: hue angle of 11.54º 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 #B1877D is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 125 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.31 |
| HSL | 11.54º | 0.25% | 0.59% | - |
| HSV(B) | 11.54º | 0.29% | 0.69% | - |
| XYZ | 30.5 | 28.16 | 23.23 | - |
| YUV | 146.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 125 | 0 | 0.24 | 0.29 | 0.31 | 11.54 | 0.25 | 0.59 |
| Hex | B1 | 87 | 7D | 0 | 18 | 1D | 1F | C | 19 | 3B |
| Octal | 261 | 207 | 175 | 0 | 30 | 35 | 37 | 14 | 31 | 73 |
| Binary | 10110001 | 10000111 | 1111101 | 0 | 11000 | 11101 | 11111 | 1100 | 11001 | 111011 |
Color Harmonies of #B1877D
Complementary color
Monochromatic Colors of #B1877D
Black with #B1877D
Text Example
Text Example
White with #B1877D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1877D; }
p { color: rgb(177,135,125); }
H1.HeaderClassName
{
color: #B1877D;
}
.AnyTagClassName
{
color: #B1877D;
}
</style>
background-color css
<style>
a { background-color: #B1877D; }
a { background-color: rgb(177,135,125); }
div.DivClassName
{
background-color: #B1877D;
}
.BgClassName
{
background-color: #B1877D;
}
</style>
border-color css
<style>
span { border-color: #B1877D; }
span { border-color: rgb(177,135,125); }
td.TdClassName
{
border-color: #B1877D;
}
.TagClassName
{
border-color: #B1877D;
}
</style>