Shades of Brandy Rose #B58A79
Tints of Brandy Rose #B58A79
RGB
CMYK
RGB Variations
Color information
#B58A79 (or 0xB58A79) is known color: Brandy Rose. HEX triplet: B5, 8A and 79. RGB value is (181,138,121). Sum of RGB (Red+Green+Blue) = 181+138+121=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A79 is #4A7586. Grayscale: #959595. Windows color (decimal): -4879751 or 7965365. OLE color: 7965365.
HSL color Cylindrical-coordinate representation of color #B58A79: hue angle of 17º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B58A79 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 121 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.29 |
| HSL | 17º | 0.29% | 0.59% | - |
| HSV(B) | 17º | 0.33% | 0.71% | - |
| XYZ | 31.6 | 29.38 | 22.1 | - |
| YUV | 148.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 121 | 0 | 0.24 | 0.33 | 0.29 | 17 | 0.29 | 0.59 |
| Hex | B5 | 8A | 79 | 0 | 18 | 21 | 1D | 11 | 1D | 3B |
| Octal | 265 | 212 | 171 | 0 | 30 | 41 | 35 | 21 | 35 | 73 |
| Binary | 10110101 | 10001010 | 1111001 | 0 | 11000 | 100001 | 11101 | 10001 | 11101 | 111011 |
Color Harmonies of #B58A79
Complementary color
Monochromatic Colors of #B58A79
Black with #B58A79
Text Example
Text Example
White with #B58A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A79; }
p { color: rgb(181,138,121); }
H1.HeaderClassName
{
color: #B58A79;
}
.AnyTagClassName
{
color: #B58A79;
}
</style>
background-color css
<style>
a { background-color: #B58A79; }
a { background-color: rgb(181,138,121); }
div.DivClassName
{
background-color: #B58A79;
}
.BgClassName
{
background-color: #B58A79;
}
</style>
border-color css
<style>
span { border-color: #B58A79; }
span { border-color: rgb(181,138,121); }
td.TdClassName
{
border-color: #B58A79;
}
.TagClassName
{
border-color: #B58A79;
}
</style>