Shades of Brandy Rose #BF8B7B
Tints of Brandy Rose #BF8B7B
RGB
CMYK
RGB Variations
Color information
#BF8B7B (or 0xBF8B7B) is known color: Brandy Rose. HEX triplet: BF, 8B and 7B. RGB value is (191,139,123). Sum of RGB (Red+Green+Blue) = 191+139+123=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B7B is #407484. Grayscale: #989898. Windows color (decimal): -4224133 or 8096703. OLE color: 8096703.
HSL color Cylindrical-coordinate representation of color #BF8B7B: hue angle of 14.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF8B7B is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 139 | 123 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.25 |
| HSL | 14.12º | 0.35% | 0.62% | - |
| HSV(B) | 14.12º | 0.36% | 0.75% | - |
| XYZ | 34.29 | 30.97 | 22.91 | - |
| YUV | 152.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 139 | 123 | 0 | 0.27 | 0.36 | 0.25 | 14.12 | 0.35 | 0.62 |
| Hex | BF | 8B | 7B | 0 | 1B | 24 | 19 | E | 23 | 3E |
| Octal | 277 | 213 | 173 | 0 | 33 | 44 | 31 | 16 | 43 | 76 |
| Binary | 10111111 | 10001011 | 1111011 | 0 | 11011 | 100100 | 11001 | 1110 | 100011 | 111110 |
Color Harmonies of #BF8B7B
Complementary color
Monochromatic Colors of #BF8B7B
Black with #BF8B7B
Text Example
Text Example
White with #BF8B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8B7B; }
p { color: rgb(191,139,123); }
H1.HeaderClassName
{
color: #BF8B7B;
}
.AnyTagClassName
{
color: #BF8B7B;
}
</style>
background-color css
<style>
a { background-color: #BF8B7B; }
a { background-color: rgb(191,139,123); }
div.DivClassName
{
background-color: #BF8B7B;
}
.BgClassName
{
background-color: #BF8B7B;
}
</style>
border-color css
<style>
span { border-color: #BF8B7B; }
span { border-color: rgb(191,139,123); }
td.TdClassName
{
border-color: #BF8B7B;
}
.TagClassName
{
border-color: #BF8B7B;
}
</style>