Shades of Brandy Rose #B58178
Tints of Brandy Rose #B58178
RGB
CMYK
RGB Variations
Color information
#B58178 (or 0xB58178) is known color: Brandy Rose. HEX triplet: B5, 81 and 78. RGB value is (181,129,120). Sum of RGB (Red+Green+Blue) = 181+129+120=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B58178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58178 is #4A7E87. Grayscale: #8F8F8F. Windows color (decimal): -4882056 or 7897525. OLE color: 7897525.
HSL color Cylindrical-coordinate representation of color #B58178: hue angle of 8.85º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B58178 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 120 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.29 |
| HSL | 8.85º | 0.29% | 0.59% | - |
| HSV(B) | 8.85º | 0.34% | 0.71% | - |
| XYZ | 30.3 | 26.88 | 21.36 | - |
| YUV | 143.52 | 114.73 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 120 | 0 | 0.29 | 0.34 | 0.29 | 8.85 | 0.29 | 0.59 |
| Hex | B5 | 81 | 78 | 0 | 1D | 22 | 1D | 9 | 1D | 3B |
| Octal | 265 | 201 | 170 | 0 | 35 | 42 | 35 | 11 | 35 | 73 |
| Binary | 10110101 | 10000001 | 1111000 | 0 | 11101 | 100010 | 11101 | 1001 | 11101 | 111011 |
Color Harmonies of #B58178
Complementary color
Monochromatic Colors of #B58178
Black with #B58178
Text Example
Text Example
White with #B58178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58178; }
p { color: rgb(181,129,120); }
H1.HeaderClassName
{
color: #B58178;
}
.AnyTagClassName
{
color: #B58178;
}
</style>
background-color css
<style>
a { background-color: #B58178; }
a { background-color: rgb(181,129,120); }
div.DivClassName
{
background-color: #B58178;
}
.BgClassName
{
background-color: #B58178;
}
</style>
border-color css
<style>
span { border-color: #B58178; }
span { border-color: rgb(181,129,120); }
td.TdClassName
{
border-color: #B58178;
}
.TagClassName
{
border-color: #B58178;
}
</style>