Shades of Brandy Rose #B58781
Tints of Brandy Rose #B58781
RGB
CMYK
RGB Variations
Color information
#B58781 (or 0xB58781) is known color: Brandy Rose. HEX triplet: B5, 87 and 81. RGB value is (181,135,129). Sum of RGB (Red+Green+Blue) = 181+135+129=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B58781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58781 is #4A787E. Grayscale: #949494. Windows color (decimal): -4880511 or 8488885. OLE color: 8488885.
HSL color Cylindrical-coordinate representation of color #B58781: hue angle of 6.92º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B58781 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 135 | 129 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.29 |
| HSL | 6.92º | 0.26% | 0.61% | - |
| HSV(B) | 6.92º | 0.29% | 0.71% | - |
| XYZ | 31.68 | 28.74 | 24.65 | - |
| YUV | 148.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 135 | 129 | 0 | 0.25 | 0.29 | 0.29 | 6.92 | 0.26 | 0.61 |
| Hex | B5 | 87 | 81 | 0 | 19 | 1D | 1D | 7 | 1A | 3D |
| Octal | 265 | 207 | 201 | 0 | 31 | 35 | 35 | 7 | 32 | 75 |
| Binary | 10110101 | 10000111 | 10000001 | 0 | 11001 | 11101 | 11101 | 111 | 11010 | 111101 |
Color Harmonies of #B58781
Complementary color
Monochromatic Colors of #B58781
Black with #B58781
Text Example
Text Example
White with #B58781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58781; }
p { color: rgb(181,135,129); }
H1.HeaderClassName
{
color: #B58781;
}
.AnyTagClassName
{
color: #B58781;
}
</style>
background-color css
<style>
a { background-color: #B58781; }
a { background-color: rgb(181,135,129); }
div.DivClassName
{
background-color: #B58781;
}
.BgClassName
{
background-color: #B58781;
}
</style>
border-color css
<style>
span { border-color: #B58781; }
span { border-color: rgb(181,135,129); }
td.TdClassName
{
border-color: #B58781;
}
.TagClassName
{
border-color: #B58781;
}
</style>