Shades of Brandy Rose #B58A7B
Tints of Brandy Rose #B58A7B
RGB
CMYK
RGB Variations
Color information
#B58A7B (or 0xB58A7B) is known color: Brandy Rose. HEX triplet: B5, 8A and 7B. RGB value is (181,138,123). Sum of RGB (Red+Green+Blue) = 181+138+123=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58A7B is #4A7584. Grayscale: #959595. Windows color (decimal): -4879749 or 8096437. OLE color: 8096437.
HSL color Cylindrical-coordinate representation of color #B58A7B: hue angle of 15.52º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B58A7B is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 123 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.29 |
| HSL | 15.52º | 0.28% | 0.6% | - |
| HSV(B) | 15.52º | 0.32% | 0.71% | - |
| XYZ | 31.72 | 29.43 | 22.75 | - |
| YUV | 149.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 123 | 0 | 0.24 | 0.32 | 0.29 | 15.52 | 0.28 | 0.6 |
| Hex | B5 | 8A | 7B | 0 | 18 | 20 | 1D | 10 | 1C | 3C |
| Octal | 265 | 212 | 173 | 0 | 30 | 40 | 35 | 20 | 34 | 74 |
| Binary | 10110101 | 10001010 | 1111011 | 0 | 11000 | 100000 | 11101 | 10000 | 11100 | 111100 |
Color Harmonies of #B58A7B
Complementary color
Monochromatic Colors of #B58A7B
Black with #B58A7B
Text Example
Text Example
White with #B58A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A7B; }
p { color: rgb(181,138,123); }
H1.HeaderClassName
{
color: #B58A7B;
}
.AnyTagClassName
{
color: #B58A7B;
}
</style>
background-color css
<style>
a { background-color: #B58A7B; }
a { background-color: rgb(181,138,123); }
div.DivClassName
{
background-color: #B58A7B;
}
.BgClassName
{
background-color: #B58A7B;
}
</style>
border-color css
<style>
span { border-color: #B58A7B; }
span { border-color: rgb(181,138,123); }
td.TdClassName
{
border-color: #B58A7B;
}
.TagClassName
{
border-color: #B58A7B;
}
</style>