Shades of Brandy Rose #B5816C
Tints of Brandy Rose #B5816C
RGB
CMYK
RGB Variations
Color information
#B5816C (or 0xB5816C) is known color: Brandy Rose. HEX triplet: B5, 81 and 6C. RGB value is (181,129,108). Sum of RGB (Red+Green+Blue) = 181+129+108=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5816C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5816C is #4A7E93. Grayscale: #8E8E8E. Windows color (decimal): -4882068 or 7111093. OLE color: 7111093.
HSL color Cylindrical-coordinate representation of color #B5816C: hue angle of 17.26º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5816C is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 129 | 108 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.29 |
| HSL | 17.26º | 0.33% | 0.57% | - |
| HSV(B) | 17.26º | 0.4% | 0.71% | - |
| XYZ | 29.61 | 26.61 | 17.76 | - |
| YUV | 142.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 129 | 108 | 0 | 0.29 | 0.40 | 0.29 | 17.26 | 0.33 | 0.57 |
| Hex | B5 | 81 | 6C | 0 | 1D | 28 | 1D | 11 | 21 | 39 |
| Octal | 265 | 201 | 154 | 0 | 35 | 50 | 35 | 21 | 41 | 71 |
| Binary | 10110101 | 10000001 | 1101100 | 0 | 11101 | 101000 | 11101 | 10001 | 100001 | 111001 |
Color Harmonies of #B5816C
Complementary color
Monochromatic Colors of #B5816C
Black with #B5816C
Text Example
Text Example
White with #B5816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5816C; }
p { color: rgb(181,129,108); }
H1.HeaderClassName
{
color: #B5816C;
}
.AnyTagClassName
{
color: #B5816C;
}
</style>
background-color css
<style>
a { background-color: #B5816C; }
a { background-color: rgb(181,129,108); }
div.DivClassName
{
background-color: #B5816C;
}
.BgClassName
{
background-color: #B5816C;
}
</style>
border-color css
<style>
span { border-color: #B5816C; }
span { border-color: rgb(181,129,108); }
td.TdClassName
{
border-color: #B5816C;
}
.TagClassName
{
border-color: #B5816C;
}
</style>