Shades of Brandy Rose #B58A76
Tints of Brandy Rose #B58A76
RGB
CMYK
RGB Variations
Color information
#B58A76 (or 0xB58A76) is known color: Brandy Rose. HEX triplet: B5, 8A and 76. RGB value is (181,138,118). Sum of RGB (Red+Green+Blue) = 181+138+118=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A76 is #4A7589. Grayscale: #949494. Windows color (decimal): -4879754 or 7768757. OLE color: 7768757.
HSL color Cylindrical-coordinate representation of color #B58A76: hue angle of 19.05º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B58A76 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 118 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.29 |
| HSL | 19.05º | 0.3% | 0.59% | - |
| HSV(B) | 19.05º | 0.35% | 0.71% | - |
| XYZ | 31.41 | 29.31 | 21.14 | - |
| YUV | 148.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 118 | 0 | 0.24 | 0.35 | 0.29 | 19.05 | 0.3 | 0.59 |
| Hex | B5 | 8A | 76 | 0 | 18 | 23 | 1D | 13 | 1E | 3B |
| Octal | 265 | 212 | 166 | 0 | 30 | 43 | 35 | 23 | 36 | 73 |
| Binary | 10110101 | 10001010 | 1110110 | 0 | 11000 | 100011 | 11101 | 10011 | 11110 | 111011 |
Color Harmonies of #B58A76
Complementary color
Monochromatic Colors of #B58A76
Black with #B58A76
Text Example
Text Example
White with #B58A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A76; }
p { color: rgb(181,138,118); }
H1.HeaderClassName
{
color: #B58A76;
}
.AnyTagClassName
{
color: #B58A76;
}
</style>
background-color css
<style>
a { background-color: #B58A76; }
a { background-color: rgb(181,138,118); }
div.DivClassName
{
background-color: #B58A76;
}
.BgClassName
{
background-color: #B58A76;
}
</style>
border-color css
<style>
span { border-color: #B58A76; }
span { border-color: rgb(181,138,118); }
td.TdClassName
{
border-color: #B58A76;
}
.TagClassName
{
border-color: #B58A76;
}
</style>