Shades of Brandy Rose #B98378
Tints of Brandy Rose #B98378
RGB
CMYK
RGB Variations
Color information
#B98378 (or 0xB98378) is known color: Brandy Rose. HEX triplet: B9, 83 and 78. RGB value is (185,131,120). Sum of RGB (Red+Green+Blue) = 185+131+120=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B98378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98378 is #467C87. Grayscale: #919191. Windows color (decimal): -4619400 or 7898041. OLE color: 7898041.
HSL color Cylindrical-coordinate representation of color #B98378: hue angle of 10.15º 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 #B98378 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 120 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.27 |
| HSL | 10.15º | 0.32% | 0.6% | - |
| HSV(B) | 10.15º | 0.35% | 0.73% | - |
| XYZ | 31.51 | 27.9 | 21.49 | - |
| YUV | 145.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 120 | 0 | 0.29 | 0.35 | 0.27 | 10.15 | 0.32 | 0.6 |
| Hex | B9 | 83 | 78 | 0 | 1D | 23 | 1B | A | 20 | 3C |
| Octal | 271 | 203 | 170 | 0 | 35 | 43 | 33 | 12 | 40 | 74 |
| Binary | 10111001 | 10000011 | 1111000 | 0 | 11101 | 100011 | 11011 | 1010 | 100000 | 111100 |
Color Harmonies of #B98378
Complementary color
Monochromatic Colors of #B98378
Black with #B98378
Text Example
Text Example
White with #B98378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98378; }
p { color: rgb(185,131,120); }
H1.HeaderClassName
{
color: #B98378;
}
.AnyTagClassName
{
color: #B98378;
}
</style>
background-color css
<style>
a { background-color: #B98378; }
a { background-color: rgb(185,131,120); }
div.DivClassName
{
background-color: #B98378;
}
.BgClassName
{
background-color: #B98378;
}
</style>
border-color css
<style>
span { border-color: #B98378; }
span { border-color: rgb(185,131,120); }
td.TdClassName
{
border-color: #B98378;
}
.TagClassName
{
border-color: #B98378;
}
</style>