Shades of Brandy Rose #B4816F
Tints of Brandy Rose #B4816F
RGB
CMYK
RGB Variations
Color information
#B4816F (or 0xB4816F) is known color: Brandy Rose. HEX triplet: B4, 81 and 6F. RGB value is (180,129,111). Sum of RGB (Red+Green+Blue) = 180+129+111=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B4816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4816F is #4B7E90. Grayscale: #8E8E8E. Windows color (decimal): -4947601 or 7307700. OLE color: 7307700.
HSL color Cylindrical-coordinate representation of color #B4816F: hue angle of 15.65º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4816F is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 111 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.29 |
| HSL | 15.65º | 0.32% | 0.57% | - |
| HSV(B) | 15.65º | 0.38% | 0.71% | - |
| XYZ | 29.54 | 26.55 | 18.61 | - |
| YUV | 142.2 | 110.4 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 111 | 0 | 0.28 | 0.38 | 0.29 | 15.65 | 0.32 | 0.57 |
| Hex | B4 | 81 | 6F | 0 | 1C | 26 | 1D | 10 | 20 | 39 |
| Octal | 264 | 201 | 157 | 0 | 34 | 46 | 35 | 20 | 40 | 71 |
| Binary | 10110100 | 10000001 | 1101111 | 0 | 11100 | 100110 | 11101 | 10000 | 100000 | 111001 |
Color Harmonies of #B4816F
Complementary color
Monochromatic Colors of #B4816F
Black with #B4816F
Text Example
Text Example
White with #B4816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4816F; }
p { color: rgb(180,129,111); }
H1.HeaderClassName
{
color: #B4816F;
}
.AnyTagClassName
{
color: #B4816F;
}
</style>
background-color css
<style>
a { background-color: #B4816F; }
a { background-color: rgb(180,129,111); }
div.DivClassName
{
background-color: #B4816F;
}
.BgClassName
{
background-color: #B4816F;
}
</style>
border-color css
<style>
span { border-color: #B4816F; }
span { border-color: rgb(180,129,111); }
td.TdClassName
{
border-color: #B4816F;
}
.TagClassName
{
border-color: #B4816F;
}
</style>