Shades of Brandy Rose #B58079
Tints of Brandy Rose #B58079
RGB
CMYK
RGB Variations
Color information
#B58079 (or 0xB58079) is known color: Brandy Rose. HEX triplet: B5, 80 and 79. RGB value is (181,128,121). Sum of RGB (Red+Green+Blue) = 181+128+121=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B58079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58079 is #4A7F86. Grayscale: #8F8F8F. Windows color (decimal): -4882311 or 7962805. OLE color: 7962805.
HSL color Cylindrical-coordinate representation of color #B58079: hue angle of 7º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B58079 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 121 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.29 |
| HSL | 7º | 0.29% | 0.59% | - |
| HSV(B) | 7º | 0.33% | 0.71% | - |
| XYZ | 30.23 | 26.64 | 21.64 | - |
| YUV | 143.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 121 | 0 | 0.29 | 0.33 | 0.29 | 7 | 0.29 | 0.59 |
| Hex | B5 | 80 | 79 | 0 | 1D | 21 | 1D | 7 | 1D | 3B |
| Octal | 265 | 200 | 171 | 0 | 35 | 41 | 35 | 7 | 35 | 73 |
| Binary | 10110101 | 10000000 | 1111001 | 0 | 11101 | 100001 | 11101 | 111 | 11101 | 111011 |
Color Harmonies of #B58079
Complementary color
Monochromatic Colors of #B58079
Black with #B58079
Text Example
Text Example
White with #B58079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58079; }
p { color: rgb(181,128,121); }
H1.HeaderClassName
{
color: #B58079;
}
.AnyTagClassName
{
color: #B58079;
}
</style>
background-color css
<style>
a { background-color: #B58079; }
a { background-color: rgb(181,128,121); }
div.DivClassName
{
background-color: #B58079;
}
.BgClassName
{
background-color: #B58079;
}
</style>
border-color css
<style>
span { border-color: #B58079; }
span { border-color: rgb(181,128,121); }
td.TdClassName
{
border-color: #B58079;
}
.TagClassName
{
border-color: #B58079;
}
</style>