Shades of Brandy Rose #B58A7F
Tints of Brandy Rose #B58A7F
RGB
CMYK
RGB Variations
Color information
#B58A7F (or 0xB58A7F) is known color: Brandy Rose. HEX triplet: B5, 8A and 7F. RGB value is (181,138,127). Sum of RGB (Red+Green+Blue) = 181+138+127=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A7F is #4A7580. Grayscale: #959595. Windows color (decimal): -4879745 or 8358581. OLE color: 8358581.
HSL color Cylindrical-coordinate representation of color #B58A7F: hue angle of 12.22º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B58A7F is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 127 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.29 |
| HSL | 12.22º | 0.27% | 0.6% | - |
| HSV(B) | 12.22º | 0.3% | 0.71% | - |
| XYZ | 31.98 | 29.53 | 24.09 | - |
| YUV | 149.6 | 115.25 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 127 | 0 | 0.24 | 0.30 | 0.29 | 12.22 | 0.27 | 0.6 |
| Hex | B5 | 8A | 7F | 0 | 18 | 1E | 1D | C | 1B | 3C |
| Octal | 265 | 212 | 177 | 0 | 30 | 36 | 35 | 14 | 33 | 74 |
| Binary | 10110101 | 10001010 | 1111111 | 0 | 11000 | 11110 | 11101 | 1100 | 11011 | 111100 |
Color Harmonies of #B58A7F
Complementary color
Monochromatic Colors of #B58A7F
Black with #B58A7F
Text Example
Text Example
White with #B58A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A7F; }
p { color: rgb(181,138,127); }
H1.HeaderClassName
{
color: #B58A7F;
}
.AnyTagClassName
{
color: #B58A7F;
}
</style>
background-color css
<style>
a { background-color: #B58A7F; }
a { background-color: rgb(181,138,127); }
div.DivClassName
{
background-color: #B58A7F;
}
.BgClassName
{
background-color: #B58A7F;
}
</style>
border-color css
<style>
span { border-color: #B58A7F; }
span { border-color: rgb(181,138,127); }
td.TdClassName
{
border-color: #B58A7F;
}
.TagClassName
{
border-color: #B58A7F;
}
</style>