Shades of Brandy Rose #B97D78
Tints of Brandy Rose #B97D78
RGB
CMYK
RGB Variations
Color information
#B97D78 (or 0xB97D78) is known color: Brandy Rose. HEX triplet: B9, 7D and 78. RGB value is (185,125,120). Sum of RGB (Red+Green+Blue) = 185+125+120=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D78 is #468287. Grayscale: #8E8E8E. Windows color (decimal): -4620936 or 7896505. OLE color: 7896505.
HSL color Cylindrical-coordinate representation of color #B97D78: hue angle of 4.62º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B97D78 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 120 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.27 |
| HSL | 4.62º | 0.32% | 0.6% | - |
| HSV(B) | 4.62º | 0.35% | 0.73% | - |
| XYZ | 30.73 | 26.34 | 21.23 | - |
| YUV | 142.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 120 | 0 | 0.32 | 0.35 | 0.27 | 4.62 | 0.32 | 0.6 |
| Hex | B9 | 7D | 78 | 0 | 20 | 23 | 1B | 5 | 20 | 3C |
| Octal | 271 | 175 | 170 | 0 | 40 | 43 | 33 | 5 | 40 | 74 |
| Binary | 10111001 | 1111101 | 1111000 | 0 | 100000 | 100011 | 11011 | 101 | 100000 | 111100 |
Color Harmonies of #B97D78
Complementary color
Monochromatic Colors of #B97D78
Black with #B97D78
Text Example
Text Example
White with #B97D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D78; }
p { color: rgb(185,125,120); }
H1.HeaderClassName
{
color: #B97D78;
}
.AnyTagClassName
{
color: #B97D78;
}
</style>
background-color css
<style>
a { background-color: #B97D78; }
a { background-color: rgb(185,125,120); }
div.DivClassName
{
background-color: #B97D78;
}
.BgClassName
{
background-color: #B97D78;
}
</style>
border-color css
<style>
span { border-color: #B97D78; }
span { border-color: rgb(185,125,120); }
td.TdClassName
{
border-color: #B97D78;
}
.TagClassName
{
border-color: #B97D78;
}
</style>