Shades of Brandy Rose #BD8178
Tints of Brandy Rose #BD8178
RGB
CMYK
RGB Variations
Color information
#BD8178 (or 0xBD8178) is known color: Brandy Rose. HEX triplet: BD, 81 and 78. RGB value is (189,129,120). Sum of RGB (Red+Green+Blue) = 189+129+120=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8178 is #427E87. Grayscale: #929292. Windows color (decimal): -4357768 or 7897533. OLE color: 7897533.
HSL color Cylindrical-coordinate representation of color #BD8178: hue angle of 7.83º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD8178 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 120 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.26 |
| HSL | 7.83º | 0.34% | 0.61% | - |
| HSV(B) | 7.83º | 0.37% | 0.74% | - |
| XYZ | 32.23 | 27.88 | 21.45 | - |
| YUV | 145.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 120 | 0 | 0.32 | 0.37 | 0.26 | 7.83 | 0.34 | 0.61 |
| Hex | BD | 81 | 78 | 0 | 20 | 25 | 1A | 8 | 22 | 3D |
| Octal | 275 | 201 | 170 | 0 | 40 | 45 | 32 | 10 | 42 | 75 |
| Binary | 10111101 | 10000001 | 1111000 | 0 | 100000 | 100101 | 11010 | 1000 | 100010 | 111101 |
Color Harmonies of #BD8178
Complementary color
Monochromatic Colors of #BD8178
Black with #BD8178
Text Example
Text Example
White with #BD8178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8178; }
p { color: rgb(189,129,120); }
H1.HeaderClassName
{
color: #BD8178;
}
.AnyTagClassName
{
color: #BD8178;
}
</style>
background-color css
<style>
a { background-color: #BD8178; }
a { background-color: rgb(189,129,120); }
div.DivClassName
{
background-color: #BD8178;
}
.BgClassName
{
background-color: #BD8178;
}
</style>
border-color css
<style>
span { border-color: #BD8178; }
span { border-color: rgb(189,129,120); }
td.TdClassName
{
border-color: #BD8178;
}
.TagClassName
{
border-color: #BD8178;
}
</style>