Shades of Brandy Rose #B5826E
Tints of Brandy Rose #B5826E
RGB
CMYK
RGB Variations
Color information
#B5826E (or 0xB5826E) is known color: Brandy Rose. HEX triplet: B5, 82 and 6E. RGB value is (181,130,110). Sum of RGB (Red+Green+Blue) = 181+130+110=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5826E is #4A7D91. Grayscale: #8F8F8F. Windows color (decimal): -4881810 or 7242421. OLE color: 7242421.
HSL color Cylindrical-coordinate representation of color #B5826E: hue angle of 16.9º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5826E is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 110 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.29 |
| HSL | 16.9º | 0.32% | 0.57% | - |
| HSV(B) | 16.9º | 0.39% | 0.71% | - |
| XYZ | 29.85 | 26.91 | 18.37 | - |
| YUV | 142.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 110 | 0 | 0.28 | 0.39 | 0.29 | 16.9 | 0.32 | 0.57 |
| Hex | B5 | 82 | 6E | 0 | 1C | 27 | 1D | 11 | 20 | 39 |
| Octal | 265 | 202 | 156 | 0 | 34 | 47 | 35 | 21 | 40 | 71 |
| Binary | 10110101 | 10000010 | 1101110 | 0 | 11100 | 100111 | 11101 | 10001 | 100000 | 111001 |
Color Harmonies of #B5826E
Complementary color
Monochromatic Colors of #B5826E
Black with #B5826E
Text Example
Text Example
White with #B5826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5826E; }
p { color: rgb(181,130,110); }
H1.HeaderClassName
{
color: #B5826E;
}
.AnyTagClassName
{
color: #B5826E;
}
</style>
background-color css
<style>
a { background-color: #B5826E; }
a { background-color: rgb(181,130,110); }
div.DivClassName
{
background-color: #B5826E;
}
.BgClassName
{
background-color: #B5826E;
}
</style>
border-color css
<style>
span { border-color: #B5826E; }
span { border-color: rgb(181,130,110); }
td.TdClassName
{
border-color: #B5826E;
}
.TagClassName
{
border-color: #B5826E;
}
</style>