Shades of Brandy Rose #B58B82
Tints of Brandy Rose #B58B82
RGB
CMYK
RGB Variations
Color information
#B58B82 (or 0xB58B82) is known color: Brandy Rose. HEX triplet: B5, 8B and 82. RGB value is (181,139,130). Sum of RGB (Red+Green+Blue) = 181+139+130=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B58B82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58B82 is #4A747D. Grayscale: #969696. Windows color (decimal): -4879486 or 8555445. OLE color: 8555445.
HSL color Cylindrical-coordinate representation of color #B58B82: hue angle of 10.59º degrees, saturation: 0.26, 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 #B58B82 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 139 | 130 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.29 |
| HSL | 10.59º | 0.26% | 0.61% | - |
| HSV(B) | 10.59º | 0.28% | 0.71% | - |
| XYZ | 32.32 | 29.9 | 25.19 | - |
| YUV | 150.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 139 | 130 | 0 | 0.23 | 0.28 | 0.29 | 10.59 | 0.26 | 0.61 |
| Hex | B5 | 8B | 82 | 0 | 17 | 1C | 1D | B | 1A | 3D |
| Octal | 265 | 213 | 202 | 0 | 27 | 34 | 35 | 13 | 32 | 75 |
| Binary | 10110101 | 10001011 | 10000010 | 0 | 10111 | 11100 | 11101 | 1011 | 11010 | 111101 |
Color Harmonies of #B58B82
Complementary color
Monochromatic Colors of #B58B82
Black with #B58B82
Text Example
Text Example
White with #B58B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58B82; }
p { color: rgb(181,139,130); }
H1.HeaderClassName
{
color: #B58B82;
}
.AnyTagClassName
{
color: #B58B82;
}
</style>
background-color css
<style>
a { background-color: #B58B82; }
a { background-color: rgb(181,139,130); }
div.DivClassName
{
background-color: #B58B82;
}
.BgClassName
{
background-color: #B58B82;
}
</style>
border-color css
<style>
span { border-color: #B58B82; }
span { border-color: rgb(181,139,130); }
td.TdClassName
{
border-color: #B58B82;
}
.TagClassName
{
border-color: #B58B82;
}
</style>