Shades of Brandy Rose #B97D75
Tints of Brandy Rose #B97D75
RGB
CMYK
RGB Variations
Color information
#B97D75 (or 0xB97D75) is known color: Brandy Rose. HEX triplet: B9, 7D and 75. RGB value is (185,125,117). Sum of RGB (Red+Green+Blue) = 185+125+117=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B97D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97D75 is #46828A. Grayscale: #8E8E8E. Windows color (decimal): -4620939 or 7699897. OLE color: 7699897.
HSL color Cylindrical-coordinate representation of color #B97D75: hue angle of 7.06º 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 #B97D75 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 125 | 117 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.27 |
| HSL | 7.06º | 0.33% | 0.59% | - |
| HSV(B) | 7.06º | 0.37% | 0.73% | - |
| XYZ | 30.55 | 26.27 | 20.29 | - |
| YUV | 142.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 125 | 117 | 0 | 0.32 | 0.37 | 0.27 | 7.06 | 0.33 | 0.59 |
| Hex | B9 | 7D | 75 | 0 | 20 | 25 | 1B | 7 | 21 | 3B |
| Octal | 271 | 175 | 165 | 0 | 40 | 45 | 33 | 7 | 41 | 73 |
| Binary | 10111001 | 1111101 | 1110101 | 0 | 100000 | 100101 | 11011 | 111 | 100001 | 111011 |
Color Harmonies of #B97D75
Complementary color
Monochromatic Colors of #B97D75
Black with #B97D75
Text Example
Text Example
White with #B97D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97D75; }
p { color: rgb(185,125,117); }
H1.HeaderClassName
{
color: #B97D75;
}
.AnyTagClassName
{
color: #B97D75;
}
</style>
background-color css
<style>
a { background-color: #B97D75; }
a { background-color: rgb(185,125,117); }
div.DivClassName
{
background-color: #B97D75;
}
.BgClassName
{
background-color: #B97D75;
}
</style>
border-color css
<style>
span { border-color: #B97D75; }
span { border-color: rgb(185,125,117); }
td.TdClassName
{
border-color: #B97D75;
}
.TagClassName
{
border-color: #B97D75;
}
</style>