Shades of Brandy Rose #BF7B7A
Tints of Brandy Rose #BF7B7A
RGB
CMYK
RGB Variations
Color information
#BF7B7A (or 0xBF7B7A) is known color: Brandy Rose. HEX triplet: BF, 7B and 7A. RGB value is (191,123,122). Sum of RGB (Red+Green+Blue) = 191+123+122=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7B7A is #408485. Grayscale: #8F8F8F. Windows color (decimal): -4228230 or 8027071. OLE color: 8027071.
HSL color Cylindrical-coordinate representation of color #BF7B7A: hue angle of 0.87º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF7B7A is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 123 | 122 | - |
CMYK | 0 | 0.36 | 0.36 | 0.25 |
HSL | 0.87º | 0.35% | 0.61% | - |
HSV(B) | 0.87º | 0.36% | 0.75% | - |
XYZ | 32.08 | 26.65 | 21.86 | - |
YUV | 143.22 | 116.03 | 162.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 123 | 122 | 0 | 0.36 | 0.36 | 0.25 | 0.87 | 0.35 | 0.61 |
Hex | BF | 7B | 7A | 0 | 24 | 24 | 19 | 1 | 23 | 3D |
Octal | 277 | 173 | 172 | 0 | 44 | 44 | 31 | 1 | 43 | 75 |
Binary | 10111111 | 1111011 | 1111010 | 0 | 100100 | 100100 | 11001 | 1 | 100011 | 111101 |
Color Harmonies of #BF7B7A
Complementary color
Monochromatic Colors of #BF7B7A
Black with #BF7B7A
Text Example
Text Example
White with #BF7B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7B7A; }
p { color: rgb(191,123,122); }
H1.HeaderClassName
{
color: #BF7B7A;
}
.AnyTagClassName
{
color: #BF7B7A;
}
</style>
background-color css
<style>
a { background-color: #BF7B7A; }
a { background-color: rgb(191,123,122); }
div.DivClassName
{
background-color: #BF7B7A;
}
.BgClassName
{
background-color: #BF7B7A;
}
</style>
border-color css
<style>
span { border-color: #BF7B7A; }
span { border-color: rgb(191,123,122); }
td.TdClassName
{
border-color: #BF7B7A;
}
.TagClassName
{
border-color: #BF7B7A;
}
</style>