Shades of Brandy Rose #B18770
Tints of Brandy Rose #B18770
RGB
CMYK
RGB Variations
Color information
#B18770 (or 0xB18770) is known color: Brandy Rose. HEX triplet: B1, 87 and 70. RGB value is (177,135,112). Sum of RGB (Red+Green+Blue) = 177+135+112=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B18770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18770 is #4E788F. Grayscale: #919191. Windows color (decimal): -5142672 or 7374769. OLE color: 7374769.
HSL color Cylindrical-coordinate representation of color #B18770: hue angle of 21.23º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B18770 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 112 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.31 |
| HSL | 21.23º | 0.29% | 0.57% | - |
| HSV(B) | 21.23º | 0.37% | 0.69% | - |
| XYZ | 29.72 | 27.84 | 19.14 | - |
| YUV | 144.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 112 | 0 | 0.24 | 0.37 | 0.31 | 21.23 | 0.29 | 0.57 |
| Hex | B1 | 87 | 70 | 0 | 18 | 25 | 1F | 15 | 1D | 39 |
| Octal | 261 | 207 | 160 | 0 | 30 | 45 | 37 | 25 | 35 | 71 |
| Binary | 10110001 | 10000111 | 1110000 | 0 | 11000 | 100101 | 11111 | 10101 | 11101 | 111001 |
Color Harmonies of #B18770
Complementary color
Monochromatic Colors of #B18770
Black with #B18770
Text Example
Text Example
White with #B18770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18770; }
p { color: rgb(177,135,112); }
H1.HeaderClassName
{
color: #B18770;
}
.AnyTagClassName
{
color: #B18770;
}
</style>
background-color css
<style>
a { background-color: #B18770; }
a { background-color: rgb(177,135,112); }
div.DivClassName
{
background-color: #B18770;
}
.BgClassName
{
background-color: #B18770;
}
</style>
border-color css
<style>
span { border-color: #B18770; }
span { border-color: rgb(177,135,112); }
td.TdClassName
{
border-color: #B18770;
}
.TagClassName
{
border-color: #B18770;
}
</style>