Shades of Brandy Rose #B58F83
Tints of Brandy Rose #B58F83
RGB
CMYK
RGB Variations
Color information
#B58F83 (or 0xB58F83) is known color: Brandy Rose. HEX triplet: B5, 8F and 83. RGB value is (181,143,131). Sum of RGB (Red+Green+Blue) = 181+143+131=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 131 (51.56% from 255 or 28.79% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58F83 is #4A707C. Grayscale: #999999. Windows color (decimal): -4878461 or 8622005. OLE color: 8622005.
HSL color Cylindrical-coordinate representation of color #B58F83: hue angle of 14.4º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B58F83 is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 143 | 131 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.29 |
| HSL | 14.4º | 0.25% | 0.61% | - |
| HSV(B) | 14.4º | 0.28% | 0.71% | - |
| XYZ | 32.98 | 31.11 | 25.74 | - |
| YUV | 152.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 143 | 131 | 0 | 0.21 | 0.28 | 0.29 | 14.4 | 0.25 | 0.61 |
| Hex | B5 | 8F | 83 | 0 | 15 | 1C | 1D | E | 19 | 3D |
| Octal | 265 | 217 | 203 | 0 | 25 | 34 | 35 | 16 | 31 | 75 |
| Binary | 10110101 | 10001111 | 10000011 | 0 | 10101 | 11100 | 11101 | 1110 | 11001 | 111101 |
Color Harmonies of #B58F83
Complementary color
Monochromatic Colors of #B58F83
Black with #B58F83
Text Example
Text Example
White with #B58F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58F83; }
p { color: rgb(181,143,131); }
H1.HeaderClassName
{
color: #B58F83;
}
.AnyTagClassName
{
color: #B58F83;
}
</style>
background-color css
<style>
a { background-color: #B58F83; }
a { background-color: rgb(181,143,131); }
div.DivClassName
{
background-color: #B58F83;
}
.BgClassName
{
background-color: #B58F83;
}
</style>
border-color css
<style>
span { border-color: #B58F83; }
span { border-color: rgb(181,143,131); }
td.TdClassName
{
border-color: #B58F83;
}
.TagClassName
{
border-color: #B58F83;
}
</style>