Shades of Brandy Rose #BD877A
Tints of Brandy Rose #BD877A
RGB
CMYK
RGB Variations
Color information
#BD877A (or 0xBD877A) is known color: Brandy Rose. HEX triplet: BD, 87 and 7A. RGB value is (189,135,122). Sum of RGB (Red+Green+Blue) = 189+135+122=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD877A is #427885. Grayscale: #959595. Windows color (decimal): -4356230 or 8030141. OLE color: 8030141.
HSL color Cylindrical-coordinate representation of color #BD877A: hue angle of 11.64º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD877A is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 135 | 122 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.26 |
| HSL | 11.64º | 0.34% | 0.61% | - |
| HSV(B) | 11.64º | 0.35% | 0.74% | - |
| XYZ | 33.16 | 29.55 | 22.37 | - |
| YUV | 149.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 135 | 122 | 0 | 0.29 | 0.35 | 0.26 | 11.64 | 0.34 | 0.61 |
| Hex | BD | 87 | 7A | 0 | 1D | 23 | 1A | C | 22 | 3D |
| Octal | 275 | 207 | 172 | 0 | 35 | 43 | 32 | 14 | 42 | 75 |
| Binary | 10111101 | 10000111 | 1111010 | 0 | 11101 | 100011 | 11010 | 1100 | 100010 | 111101 |
Color Harmonies of #BD877A
Complementary color
Monochromatic Colors of #BD877A
Black with #BD877A
Text Example
Text Example
White with #BD877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD877A; }
p { color: rgb(189,135,122); }
H1.HeaderClassName
{
color: #BD877A;
}
.AnyTagClassName
{
color: #BD877A;
}
</style>
background-color css
<style>
a { background-color: #BD877A; }
a { background-color: rgb(189,135,122); }
div.DivClassName
{
background-color: #BD877A;
}
.BgClassName
{
background-color: #BD877A;
}
</style>
border-color css
<style>
span { border-color: #BD877A; }
span { border-color: rgb(189,135,122); }
td.TdClassName
{
border-color: #BD877A;
}
.TagClassName
{
border-color: #BD877A;
}
</style>