Shades of Brandy Rose #B08577
Tints of Brandy Rose #B08577
RGB
CMYK
RGB Variations
Color information
#B08577 (or 0xB08577) is known color: Brandy Rose. HEX triplet: B0, 85 and 77. RGB value is (176,133,119). Sum of RGB (Red+Green+Blue) = 176+133+119=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B08577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08577 is #4F7A88. Grayscale: #909090. Windows color (decimal): -5208713 or 7833008. OLE color: 7833008.
HSL color Cylindrical-coordinate representation of color #B08577: hue angle of 14.74º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B08577 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 119 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.31 |
| HSL | 14.74º | 0.27% | 0.58% | - |
| HSV(B) | 14.74º | 0.32% | 0.69% | - |
| XYZ | 29.62 | 27.34 | 21.17 | - |
| YUV | 144.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 119 | 0 | 0.24 | 0.32 | 0.31 | 14.74 | 0.27 | 0.58 |
| Hex | B0 | 85 | 77 | 0 | 18 | 20 | 1F | F | 1B | 3A |
| Octal | 260 | 205 | 167 | 0 | 30 | 40 | 37 | 17 | 33 | 72 |
| Binary | 10110000 | 10000101 | 1110111 | 0 | 11000 | 100000 | 11111 | 1111 | 11011 | 111010 |
Color Harmonies of #B08577
Complementary color
Monochromatic Colors of #B08577
Black with #B08577
Text Example
Text Example
White with #B08577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08577; }
p { color: rgb(176,133,119); }
H1.HeaderClassName
{
color: #B08577;
}
.AnyTagClassName
{
color: #B08577;
}
</style>
background-color css
<style>
a { background-color: #B08577; }
a { background-color: rgb(176,133,119); }
div.DivClassName
{
background-color: #B08577;
}
.BgClassName
{
background-color: #B08577;
}
</style>
border-color css
<style>
span { border-color: #B08577; }
span { border-color: rgb(176,133,119); }
td.TdClassName
{
border-color: #B08577;
}
.TagClassName
{
border-color: #B08577;
}
</style>