Shades of Brandy Rose #B98174
Tints of Brandy Rose #B98174
RGB
CMYK
RGB Variations
Color information
#B98174 (or 0xB98174) is known color: Brandy Rose. HEX triplet: B9, 81 and 74. RGB value is (185,129,116). Sum of RGB (Red+Green+Blue) = 185+129+116=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B98174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98174 is #467E8B. Grayscale: #909090. Windows color (decimal): -4619916 or 7635385. OLE color: 7635385.
HSL color Cylindrical-coordinate representation of color #B98174: hue angle of 11.3º 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 #B98174 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 129 | 116 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.27 |
| HSL | 11.3º | 0.33% | 0.59% | - |
| HSV(B) | 11.3º | 0.37% | 0.73% | - |
| XYZ | 31.01 | 27.28 | 20.15 | - |
| YUV | 144.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 116 | 0 | 0.30 | 0.37 | 0.27 | 11.3 | 0.33 | 0.59 |
| Hex | B9 | 81 | 74 | 0 | 1E | 25 | 1B | B | 21 | 3B |
| Octal | 271 | 201 | 164 | 0 | 36 | 45 | 33 | 13 | 41 | 73 |
| Binary | 10111001 | 10000001 | 1110100 | 0 | 11110 | 100101 | 11011 | 1011 | 100001 | 111011 |
Color Harmonies of #B98174
Complementary color
Monochromatic Colors of #B98174
Black with #B98174
Text Example
Text Example
White with #B98174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98174; }
p { color: rgb(185,129,116); }
H1.HeaderClassName
{
color: #B98174;
}
.AnyTagClassName
{
color: #B98174;
}
</style>
background-color css
<style>
a { background-color: #B98174; }
a { background-color: rgb(185,129,116); }
div.DivClassName
{
background-color: #B98174;
}
.BgClassName
{
background-color: #B98174;
}
</style>
border-color css
<style>
span { border-color: #B98174; }
span { border-color: rgb(185,129,116); }
td.TdClassName
{
border-color: #B98174;
}
.TagClassName
{
border-color: #B98174;
}
</style>