Shades of Brandy Rose #B58172
Tints of Brandy Rose #B58172
RGB
CMYK
RGB Variations
Color information
#B58172 (or 0xB58172) is known color: Brandy Rose. HEX triplet: B5, 81 and 72. RGB value is (181,129,114). Sum of RGB (Red+Green+Blue) = 181+129+114=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B58172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58172 is #4A7E8D. Grayscale: #8E8E8E. Windows color (decimal): -4882062 or 7504309. OLE color: 7504309.
HSL color Cylindrical-coordinate representation of color #B58172: hue angle of 13.43º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B58172 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 114 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.29 |
| HSL | 13.43º | 0.31% | 0.58% | - |
| HSV(B) | 13.43º | 0.37% | 0.71% | - |
| XYZ | 29.94 | 26.74 | 19.5 | - |
| YUV | 142.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 114 | 0 | 0.29 | 0.37 | 0.29 | 13.43 | 0.31 | 0.58 |
| Hex | B5 | 81 | 72 | 0 | 1D | 25 | 1D | D | 1F | 3A |
| Octal | 265 | 201 | 162 | 0 | 35 | 45 | 35 | 15 | 37 | 72 |
| Binary | 10110101 | 10000001 | 1110010 | 0 | 11101 | 100101 | 11101 | 1101 | 11111 | 111010 |
Color Harmonies of #B58172
Complementary color
Monochromatic Colors of #B58172
Black with #B58172
Text Example
Text Example
White with #B58172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58172; }
p { color: rgb(181,129,114); }
H1.HeaderClassName
{
color: #B58172;
}
.AnyTagClassName
{
color: #B58172;
}
</style>
background-color css
<style>
a { background-color: #B58172; }
a { background-color: rgb(181,129,114); }
div.DivClassName
{
background-color: #B58172;
}
.BgClassName
{
background-color: #B58172;
}
</style>
border-color css
<style>
span { border-color: #B58172; }
span { border-color: rgb(181,129,114); }
td.TdClassName
{
border-color: #B58172;
}
.TagClassName
{
border-color: #B58172;
}
</style>