Shades of Brandy Rose #B18775
Tints of Brandy Rose #B18775
RGB
CMYK
RGB Variations
Color information
#B18775 (or 0xB18775) is known color: Brandy Rose. HEX triplet: B1, 87 and 75. RGB value is (177,135,117). Sum of RGB (Red+Green+Blue) = 177+135+117=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B18775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18775 is #4E788A. Grayscale: #919191. Windows color (decimal): -5142667 or 7702449. OLE color: 7702449.
HSL color Cylindrical-coordinate representation of color #B18775: hue angle of 18º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B18775 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 117 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.31 |
| HSL | 18º | 0.28% | 0.58% | - |
| HSV(B) | 18º | 0.34% | 0.69% | - |
| XYZ | 30.01 | 27.96 | 20.64 | - |
| YUV | 145.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 117 | 0 | 0.24 | 0.34 | 0.31 | 18 | 0.28 | 0.58 |
| Hex | B1 | 87 | 75 | 0 | 18 | 22 | 1F | 12 | 1C | 3A |
| Octal | 261 | 207 | 165 | 0 | 30 | 42 | 37 | 22 | 34 | 72 |
| Binary | 10110001 | 10000111 | 1110101 | 0 | 11000 | 100010 | 11111 | 10010 | 11100 | 111010 |
Color Harmonies of #B18775
Complementary color
Monochromatic Colors of #B18775
Black with #B18775
Text Example
Text Example
White with #B18775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18775; }
p { color: rgb(177,135,117); }
H1.HeaderClassName
{
color: #B18775;
}
.AnyTagClassName
{
color: #B18775;
}
</style>
background-color css
<style>
a { background-color: #B18775; }
a { background-color: rgb(177,135,117); }
div.DivClassName
{
background-color: #B18775;
}
.BgClassName
{
background-color: #B18775;
}
</style>
border-color css
<style>
span { border-color: #B18775; }
span { border-color: rgb(177,135,117); }
td.TdClassName
{
border-color: #B18775;
}
.TagClassName
{
border-color: #B18775;
}
</style>