Shades of Brandy Rose #B4826D
Tints of Brandy Rose #B4826D
RGB
CMYK
RGB Variations
Color information
#B4826D (or 0xB4826D) is known color: Brandy Rose. HEX triplet: B4, 82 and 6D. RGB value is (180,130,109). Sum of RGB (Red+Green+Blue) = 180+130+109=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B4826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4826D is #4B7D92. Grayscale: #8E8E8E. Windows color (decimal): -4947347 or 7176884. OLE color: 7176884.
HSL color Cylindrical-coordinate representation of color #B4826D: hue angle of 17.75º 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 #B4826D is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 109 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.29 |
| HSL | 17.75º | 0.32% | 0.57% | - |
| HSV(B) | 17.75º | 0.39% | 0.71% | - |
| XYZ | 29.57 | 26.77 | 18.08 | - |
| YUV | 142.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 109 | 0 | 0.28 | 0.39 | 0.29 | 17.75 | 0.32 | 0.57 |
| Hex | B4 | 82 | 6D | 0 | 1C | 27 | 1D | 12 | 20 | 39 |
| Octal | 264 | 202 | 155 | 0 | 34 | 47 | 35 | 22 | 40 | 71 |
| Binary | 10110100 | 10000010 | 1101101 | 0 | 11100 | 100111 | 11101 | 10010 | 100000 | 111001 |
Color Harmonies of #B4826D
Complementary color
Monochromatic Colors of #B4826D
Black with #B4826D
Text Example
Text Example
White with #B4826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4826D; }
p { color: rgb(180,130,109); }
H1.HeaderClassName
{
color: #B4826D;
}
.AnyTagClassName
{
color: #B4826D;
}
</style>
background-color css
<style>
a { background-color: #B4826D; }
a { background-color: rgb(180,130,109); }
div.DivClassName
{
background-color: #B4826D;
}
.BgClassName
{
background-color: #B4826D;
}
</style>
border-color css
<style>
span { border-color: #B4826D; }
span { border-color: rgb(180,130,109); }
td.TdClassName
{
border-color: #B4826D;
}
.TagClassName
{
border-color: #B4826D;
}
</style>