Shades of Brandy Rose #BD7F7F
Tints of Brandy Rose #BD7F7F
RGB
CMYK
RGB Variations
Color information
#BD7F7F (or 0xBD7F7F) is known color: Brandy Rose. HEX triplet: BD, 7F and 7F. RGB value is (189,127,127). Sum of RGB (Red+Green+Blue) = 189+127+127=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F7F is #428080. Grayscale: #919191. Windows color (decimal): -4358273 or 8355773. OLE color: 8355773.
HSL color Cylindrical-coordinate representation of color #BD7F7F: hue angle of 0º 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 #BD7F7F is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 127 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.26 |
| HSL | 0º | 0.32% | 0.62% | - |
| HSV(B) | 0º | 0.33% | 0.74% | - |
| XYZ | 32.41 | 27.53 | 23.68 | - |
| YUV | 145.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 127 | 0 | 0.33 | 0.33 | 0.26 | 0 | 0.32 | 0.62 |
| Hex | BD | 7F | 7F | 0 | 21 | 21 | 1A | 0 | 20 | 3E |
| Octal | 275 | 177 | 177 | 0 | 41 | 41 | 32 | 0 | 40 | 76 |
| Binary | 10111101 | 1111111 | 1111111 | 0 | 100001 | 100001 | 11010 | 0 | 100000 | 111110 |
Color Harmonies of #BD7F7F
Complementary color
Monochromatic Colors of #BD7F7F
Black with #BD7F7F
Text Example
Text Example
White with #BD7F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F7F; }
p { color: rgb(189,127,127); }
H1.HeaderClassName
{
color: #BD7F7F;
}
.AnyTagClassName
{
color: #BD7F7F;
}
</style>
background-color css
<style>
a { background-color: #BD7F7F; }
a { background-color: rgb(189,127,127); }
div.DivClassName
{
background-color: #BD7F7F;
}
.BgClassName
{
background-color: #BD7F7F;
}
</style>
border-color css
<style>
span { border-color: #BD7F7F; }
span { border-color: rgb(189,127,127); }
td.TdClassName
{
border-color: #BD7F7F;
}
.TagClassName
{
border-color: #BD7F7F;
}
</style>