Shades of Brandy Rose #B98068
Tints of Brandy Rose #B98068
RGB
CMYK
RGB Variations
Color information
#B98068 (or 0xB98068) is known color: Brandy Rose. HEX triplet: B9, 80 and 68. RGB value is (185,128,104). Sum of RGB (Red+Green+Blue) = 185+128+104=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B98068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98068 is #467F97. Grayscale: #8E8E8E. Windows color (decimal): -4620184 or 6848697. OLE color: 6848697.
HSL color Cylindrical-coordinate representation of color #B98068: hue angle of 17.78º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B98068 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 128 | 104 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.27 |
| HSL | 17.78º | 0.37% | 0.57% | - |
| HSV(B) | 17.78º | 0.44% | 0.73% | - |
| XYZ | 30.23 | 26.75 | 16.67 | - |
| YUV | 142.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 128 | 104 | 0 | 0.31 | 0.44 | 0.27 | 17.78 | 0.37 | 0.57 |
| Hex | B9 | 80 | 68 | 0 | 1F | 2C | 1B | 12 | 25 | 39 |
| Octal | 271 | 200 | 150 | 0 | 37 | 54 | 33 | 22 | 45 | 71 |
| Binary | 10111001 | 10000000 | 1101000 | 0 | 11111 | 101100 | 11011 | 10010 | 100101 | 111001 |
Color Harmonies of #B98068
Complementary color
Monochromatic Colors of #B98068
Black with #B98068
Text Example
Text Example
White with #B98068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98068; }
p { color: rgb(185,128,104); }
H1.HeaderClassName
{
color: #B98068;
}
.AnyTagClassName
{
color: #B98068;
}
</style>
background-color css
<style>
a { background-color: #B98068; }
a { background-color: rgb(185,128,104); }
div.DivClassName
{
background-color: #B98068;
}
.BgClassName
{
background-color: #B98068;
}
</style>
border-color css
<style>
span { border-color: #B98068; }
span { border-color: rgb(185,128,104); }
td.TdClassName
{
border-color: #B98068;
}
.TagClassName
{
border-color: #B98068;
}
</style>