Shades of Brandy Rose #B97A74
Tints of Brandy Rose #B97A74
RGB
CMYK
RGB Variations
Color information
#B97A74 (or 0xB97A74) is known color: Brandy Rose. HEX triplet: B9, 7A and 74. RGB value is (185,122,116). Sum of RGB (Red+Green+Blue) = 185+122+116=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B97A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97A74 is #46858B. Grayscale: #8C8C8C. Windows color (decimal): -4621708 or 7633593. OLE color: 7633593.
HSL color Cylindrical-coordinate representation of color #B97A74: hue angle of 5.22º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B97A74 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 122 | 116 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.27 |
| HSL | 5.22º | 0.33% | 0.59% | - |
| HSV(B) | 5.22º | 0.37% | 0.73% | - |
| XYZ | 30.12 | 25.49 | 19.86 | - |
| YUV | 140.15 | 114.37 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 122 | 116 | 0 | 0.34 | 0.37 | 0.27 | 5.22 | 0.33 | 0.59 |
| Hex | B9 | 7A | 74 | 0 | 22 | 25 | 1B | 5 | 21 | 3B |
| Octal | 271 | 172 | 164 | 0 | 42 | 45 | 33 | 5 | 41 | 73 |
| Binary | 10111001 | 1111010 | 1110100 | 0 | 100010 | 100101 | 11011 | 101 | 100001 | 111011 |
Color Harmonies of #B97A74
Complementary color
Monochromatic Colors of #B97A74
Black with #B97A74
Text Example
Text Example
White with #B97A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97A74; }
p { color: rgb(185,122,116); }
H1.HeaderClassName
{
color: #B97A74;
}
.AnyTagClassName
{
color: #B97A74;
}
</style>
background-color css
<style>
a { background-color: #B97A74; }
a { background-color: rgb(185,122,116); }
div.DivClassName
{
background-color: #B97A74;
}
.BgClassName
{
background-color: #B97A74;
}
</style>
border-color css
<style>
span { border-color: #B97A74; }
span { border-color: rgb(185,122,116); }
td.TdClassName
{
border-color: #B97A74;
}
.TagClassName
{
border-color: #B97A74;
}
</style>