Shades of Brandy Rose #B18675
Tints of Brandy Rose #B18675
RGB
CMYK
RGB Variations
Color information
#B18675 (or 0xB18675) is known color: Brandy Rose. HEX triplet: B1, 86 and 75. RGB value is (177,134,117). Sum of RGB (Red+Green+Blue) = 177+134+117=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B18675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18675 is #4E798A. Grayscale: #919191. Windows color (decimal): -5142923 or 7702193. OLE color: 7702193.
HSL color Cylindrical-coordinate representation of color #B18675: hue angle of 17º 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 #B18675 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 117 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.31 |
| HSL | 17º | 0.28% | 0.58% | - |
| HSV(B) | 17º | 0.34% | 0.69% | - |
| XYZ | 29.87 | 27.68 | 20.6 | - |
| YUV | 144.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 117 | 0 | 0.24 | 0.34 | 0.31 | 17 | 0.28 | 0.58 |
| Hex | B1 | 86 | 75 | 0 | 18 | 22 | 1F | 11 | 1C | 3A |
| Octal | 261 | 206 | 165 | 0 | 30 | 42 | 37 | 21 | 34 | 72 |
| Binary | 10110001 | 10000110 | 1110101 | 0 | 11000 | 100010 | 11111 | 10001 | 11100 | 111010 |
Color Harmonies of #B18675
Complementary color
Monochromatic Colors of #B18675
Black with #B18675
Text Example
Text Example
White with #B18675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18675; }
p { color: rgb(177,134,117); }
H1.HeaderClassName
{
color: #B18675;
}
.AnyTagClassName
{
color: #B18675;
}
</style>
background-color css
<style>
a { background-color: #B18675; }
a { background-color: rgb(177,134,117); }
div.DivClassName
{
background-color: #B18675;
}
.BgClassName
{
background-color: #B18675;
}
</style>
border-color css
<style>
span { border-color: #B18675; }
span { border-color: rgb(177,134,117); }
td.TdClassName
{
border-color: #B18675;
}
.TagClassName
{
border-color: #B18675;
}
</style>