Shades of Brandy Rose #B5837B
Tints of Brandy Rose #B5837B
RGB
CMYK
RGB Variations
Color information
#B5837B (or 0xB5837B) is known color: Brandy Rose. HEX triplet: B5, 83 and 7B. RGB value is (181,131,123). Sum of RGB (Red+Green+Blue) = 181+131+123=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5837B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5837B is #4A7C84. Grayscale: #919191. Windows color (decimal): -4881541 or 8094645. OLE color: 8094645.
HSL color Cylindrical-coordinate representation of color #B5837B: hue angle of 8.28º 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 #B5837B is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 131 | 123 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.29 |
| HSL | 8.28º | 0.28% | 0.6% | - |
| HSV(B) | 8.28º | 0.32% | 0.71% | - |
| XYZ | 30.75 | 27.49 | 22.42 | - |
| YUV | 145.04 | 115.57 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 123 | 0 | 0.28 | 0.32 | 0.29 | 8.28 | 0.28 | 0.6 |
| Hex | B5 | 83 | 7B | 0 | 1C | 20 | 1D | 8 | 1C | 3C |
| Octal | 265 | 203 | 173 | 0 | 34 | 40 | 35 | 10 | 34 | 74 |
| Binary | 10110101 | 10000011 | 1111011 | 0 | 11100 | 100000 | 11101 | 1000 | 11100 | 111100 |
Color Harmonies of #B5837B
Complementary color
Monochromatic Colors of #B5837B
Black with #B5837B
Text Example
Text Example
White with #B5837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5837B; }
p { color: rgb(181,131,123); }
H1.HeaderClassName
{
color: #B5837B;
}
.AnyTagClassName
{
color: #B5837B;
}
</style>
background-color css
<style>
a { background-color: #B5837B; }
a { background-color: rgb(181,131,123); }
div.DivClassName
{
background-color: #B5837B;
}
.BgClassName
{
background-color: #B5837B;
}
</style>
border-color css
<style>
span { border-color: #B5837B; }
span { border-color: rgb(181,131,123); }
td.TdClassName
{
border-color: #B5837B;
}
.TagClassName
{
border-color: #B5837B;
}
</style>