Shades of Brandy Rose #B28985
Tints of Brandy Rose #B28985
RGB
CMYK
RGB Variations
Color information
#B28985 (or 0xB28985) is known color: Brandy Rose. HEX triplet: B2, 89 and 85. RGB value is (178,137,133). Sum of RGB (Red+Green+Blue) = 178+137+133=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B28985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28985 is #4D767A. Grayscale: #949494. Windows color (decimal): -5076603 or 8751538. OLE color: 8751538.
HSL color Cylindrical-coordinate representation of color #B28985: hue angle of 5.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B28985 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 133 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.30 |
| HSL | 5.33º | 0.23% | 0.61% | - |
| HSV(B) | 5.33º | 0.25% | 0.7% | - |
| XYZ | 31.54 | 29.05 | 26.14 | - |
| YUV | 148.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 133 | 0 | 0.23 | 0.25 | 0.30 | 5.33 | 0.23 | 0.61 |
| Hex | B2 | 89 | 85 | 0 | 17 | 19 | 1E | 5 | 17 | 3D |
| Octal | 262 | 211 | 205 | 0 | 27 | 31 | 36 | 5 | 27 | 75 |
| Binary | 10110010 | 10001001 | 10000101 | 0 | 10111 | 11001 | 11110 | 101 | 10111 | 111101 |
Color Harmonies of #B28985
Complementary color
Monochromatic Colors of #B28985
Black with #B28985
Text Example
Text Example
White with #B28985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28985; }
p { color: rgb(178,137,133); }
H1.HeaderClassName
{
color: #B28985;
}
.AnyTagClassName
{
color: #B28985;
}
</style>
background-color css
<style>
a { background-color: #B28985; }
a { background-color: rgb(178,137,133); }
div.DivClassName
{
background-color: #B28985;
}
.BgClassName
{
background-color: #B28985;
}
</style>
border-color css
<style>
span { border-color: #B28985; }
span { border-color: rgb(178,137,133); }
td.TdClassName
{
border-color: #B28985;
}
.TagClassName
{
border-color: #B28985;
}
</style>