Shades of Brandy Rose #B28372
Tints of Brandy Rose #B28372
RGB
CMYK
RGB Variations
Color information
#B28372 (or 0xB28372) is known color: Brandy Rose. HEX triplet: B2, 83 and 72. RGB value is (178,131,114). Sum of RGB (Red+Green+Blue) = 178+131+114=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B28372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28372 is #4D7C8D. Grayscale: #8F8F8F. Windows color (decimal): -5078158 or 7504818. OLE color: 7504818.
HSL color Cylindrical-coordinate representation of color #B28372: hue angle of 15.94º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B28372 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 114 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.30 |
| HSL | 15.94º | 0.29% | 0.57% | - |
| HSV(B) | 15.94º | 0.36% | 0.7% | - |
| XYZ | 29.51 | 26.91 | 19.56 | - |
| YUV | 143.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 114 | 0 | 0.26 | 0.36 | 0.30 | 15.94 | 0.29 | 0.57 |
| Hex | B2 | 83 | 72 | 0 | 1A | 24 | 1E | 10 | 1D | 39 |
| Octal | 262 | 203 | 162 | 0 | 32 | 44 | 36 | 20 | 35 | 71 |
| Binary | 10110010 | 10000011 | 1110010 | 0 | 11010 | 100100 | 11110 | 10000 | 11101 | 111001 |
Color Harmonies of #B28372
Complementary color
Monochromatic Colors of #B28372
Black with #B28372
Text Example
Text Example
White with #B28372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28372; }
p { color: rgb(178,131,114); }
H1.HeaderClassName
{
color: #B28372;
}
.AnyTagClassName
{
color: #B28372;
}
</style>
background-color css
<style>
a { background-color: #B28372; }
a { background-color: rgb(178,131,114); }
div.DivClassName
{
background-color: #B28372;
}
.BgClassName
{
background-color: #B28372;
}
</style>
border-color css
<style>
span { border-color: #B28372; }
span { border-color: rgb(178,131,114); }
td.TdClassName
{
border-color: #B28372;
}
.TagClassName
{
border-color: #B28372;
}
</style>