Shades of Brandy Rose #B58181
Tints of Brandy Rose #B58181
RGB
CMYK
RGB Variations
Color information
#B58181 (or 0xB58181) is known color: Brandy Rose. HEX triplet: B5, 81 and 81. RGB value is (181,129,129). Sum of RGB (Red+Green+Blue) = 181+129+129=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B58181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58181 is #4A7E7E. Grayscale: #909090. Windows color (decimal): -4882047 or 8487349. OLE color: 8487349.
HSL color Cylindrical-coordinate representation of color #B58181: hue angle of 0º 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 #B58181 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 129 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.29 |
| HSL | 0º | 0.26% | 0.61% | - |
| HSV(B) | 0º | 0.29% | 0.71% | - |
| XYZ | 30.87 | 27.11 | 24.37 | - |
| YUV | 144.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 129 | 0 | 0.29 | 0.29 | 0.29 | 0 | 0.26 | 0.61 |
| Hex | B5 | 81 | 81 | 0 | 1D | 1D | 1D | 0 | 1A | 3D |
| Octal | 265 | 201 | 201 | 0 | 35 | 35 | 35 | 0 | 32 | 75 |
| Binary | 10110101 | 10000001 | 10000001 | 0 | 11101 | 11101 | 11101 | 0 | 11010 | 111101 |
Color Harmonies of #B58181
Complementary color
Monochromatic Colors of #B58181
Black with #B58181
Text Example
Text Example
White with #B58181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58181; }
p { color: rgb(181,129,129); }
H1.HeaderClassName
{
color: #B58181;
}
.AnyTagClassName
{
color: #B58181;
}
</style>
background-color css
<style>
a { background-color: #B58181; }
a { background-color: rgb(181,129,129); }
div.DivClassName
{
background-color: #B58181;
}
.BgClassName
{
background-color: #B58181;
}
</style>
border-color css
<style>
span { border-color: #B58181; }
span { border-color: rgb(181,129,129); }
td.TdClassName
{
border-color: #B58181;
}
.TagClassName
{
border-color: #B58181;
}
</style>