Shades of Brandy Rose #B88F81
Tints of Brandy Rose #B88F81
RGB
CMYK
RGB Variations
Color information
#B88F81 (or 0xB88F81) is known color: Brandy Rose. HEX triplet: B8, 8F and 81. RGB value is (184,143,129). Sum of RGB (Red+Green+Blue) = 184+143+129=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88F81 is #47707E. Grayscale: #999999. Windows color (decimal): -4681855 or 8490936. OLE color: 8490936.
HSL color Cylindrical-coordinate representation of color #B88F81: hue angle of 15.27º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B88F81 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 143 | 129 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.28 |
| HSL | 15.27º | 0.28% | 0.61% | - |
| HSV(B) | 15.27º | 0.3% | 0.72% | - |
| XYZ | 33.55 | 31.42 | 25.07 | - |
| YUV | 153.66 | 114.08 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 129 | 0 | 0.22 | 0.30 | 0.28 | 15.27 | 0.28 | 0.61 |
| Hex | B8 | 8F | 81 | 0 | 16 | 1E | 1C | F | 1C | 3D |
| Octal | 270 | 217 | 201 | 0 | 26 | 36 | 34 | 17 | 34 | 75 |
| Binary | 10111000 | 10001111 | 10000001 | 0 | 10110 | 11110 | 11100 | 1111 | 11100 | 111101 |
Color Harmonies of #B88F81
Complementary color
Monochromatic Colors of #B88F81
Black with #B88F81
Text Example
Text Example
White with #B88F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88F81; }
p { color: rgb(184,143,129); }
H1.HeaderClassName
{
color: #B88F81;
}
.AnyTagClassName
{
color: #B88F81;
}
</style>
background-color css
<style>
a { background-color: #B88F81; }
a { background-color: rgb(184,143,129); }
div.DivClassName
{
background-color: #B88F81;
}
.BgClassName
{
background-color: #B88F81;
}
</style>
border-color css
<style>
span { border-color: #B88F81; }
span { border-color: rgb(184,143,129); }
td.TdClassName
{
border-color: #B88F81;
}
.TagClassName
{
border-color: #B88F81;
}
</style>