Shades of Brandy Rose #B28773
Tints of Brandy Rose #B28773
RGB
CMYK
RGB Variations
Color information
#B28773 (or 0xB28773) is known color: Brandy Rose. HEX triplet: B2, 87 and 73. RGB value is (178,135,115). Sum of RGB (Red+Green+Blue) = 178+135+115=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 178 - color contains mainly: red. Hex color #B28773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28773 is #4D788C. Grayscale: #919191. Windows color (decimal): -5077133 or 7571378. OLE color: 7571378.
HSL color Cylindrical-coordinate representation of color #B28773: hue angle of 19.05º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28773 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 135 | 115 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.30 |
| HSL | 19.05º | 0.29% | 0.57% | - |
| HSV(B) | 19.05º | 0.35% | 0.7% | - |
| XYZ | 30.12 | 28.03 | 20.04 | - |
| YUV | 145.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 135 | 115 | 0 | 0.24 | 0.35 | 0.30 | 19.05 | 0.29 | 0.57 |
| Hex | B2 | 87 | 73 | 0 | 18 | 23 | 1E | 13 | 1D | 39 |
| Octal | 262 | 207 | 163 | 0 | 30 | 43 | 36 | 23 | 35 | 71 |
| Binary | 10110010 | 10000111 | 1110011 | 0 | 11000 | 100011 | 11110 | 10011 | 11101 | 111001 |
Color Harmonies of #B28773
Complementary color
Monochromatic Colors of #B28773
Black with #B28773
Text Example
Text Example
White with #B28773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28773; }
p { color: rgb(178,135,115); }
H1.HeaderClassName
{
color: #B28773;
}
.AnyTagClassName
{
color: #B28773;
}
</style>
background-color css
<style>
a { background-color: #B28773; }
a { background-color: rgb(178,135,115); }
div.DivClassName
{
background-color: #B28773;
}
.BgClassName
{
background-color: #B28773;
}
</style>
border-color css
<style>
span { border-color: #B28773; }
span { border-color: rgb(178,135,115); }
td.TdClassName
{
border-color: #B28773;
}
.TagClassName
{
border-color: #B28773;
}
</style>