Shades of Brandy Rose #BD877F
Tints of Brandy Rose #BD877F
RGB
CMYK
RGB Variations
Color information
#BD877F (or 0xBD877F) is known color: Brandy Rose. HEX triplet: BD, 87 and 7F. RGB value is (189,135,127). Sum of RGB (Red+Green+Blue) = 189+135+127=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BD877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD877F is #427880. Grayscale: #969696. Windows color (decimal): -4356225 or 8357821. OLE color: 8357821.
HSL color Cylindrical-coordinate representation of color #BD877F: hue angle of 7.74º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD877F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 127 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.26 |
| HSL | 7.74º | 0.32% | 0.62% | - |
| HSV(B) | 7.74º | 0.33% | 0.74% | - |
| XYZ | 33.48 | 29.68 | 24.04 | - |
| YUV | 150.23 | 114.89 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 127 | 0 | 0.29 | 0.33 | 0.26 | 7.74 | 0.32 | 0.62 |
| Hex | BD | 87 | 7F | 0 | 1D | 21 | 1A | 8 | 20 | 3E |
| Octal | 275 | 207 | 177 | 0 | 35 | 41 | 32 | 10 | 40 | 76 |
| Binary | 10111101 | 10000111 | 1111111 | 0 | 11101 | 100001 | 11010 | 1000 | 100000 | 111110 |
Color Harmonies of #BD877F
Complementary color
Monochromatic Colors of #BD877F
Black with #BD877F
Text Example
Text Example
White with #BD877F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD877F; }
p { color: rgb(189,135,127); }
H1.HeaderClassName
{
color: #BD877F;
}
.AnyTagClassName
{
color: #BD877F;
}
</style>
background-color css
<style>
a { background-color: #BD877F; }
a { background-color: rgb(189,135,127); }
div.DivClassName
{
background-color: #BD877F;
}
.BgClassName
{
background-color: #BD877F;
}
</style>
border-color css
<style>
span { border-color: #BD877F; }
span { border-color: rgb(189,135,127); }
td.TdClassName
{
border-color: #BD877F;
}
.TagClassName
{
border-color: #BD877F;
}
</style>