Shades of Brandy Rose #B78683
Tints of Brandy Rose #B78683
RGB
CMYK
RGB Variations
Color information
#B78683 (or 0xB78683) is known color: Brandy Rose. HEX triplet: B7, 86 and 83. RGB value is (183,134,131). Sum of RGB (Red+Green+Blue) = 183+134+131=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B78683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78683 is #48797C. Grayscale: #949494. Windows color (decimal): -4749693 or 8619703. OLE color: 8619703.
HSL color Cylindrical-coordinate representation of color #B78683: hue angle of 3.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B78683 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 134 | 131 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.28 |
| HSL | 3.46º | 0.27% | 0.62% | - |
| HSV(B) | 3.46º | 0.28% | 0.72% | - |
| XYZ | 32.15 | 28.76 | 25.33 | - |
| YUV | 148.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 134 | 131 | 0 | 0.27 | 0.28 | 0.28 | 3.46 | 0.27 | 0.62 |
| Hex | B7 | 86 | 83 | 0 | 1B | 1C | 1C | 3 | 1B | 3E |
| Octal | 267 | 206 | 203 | 0 | 33 | 34 | 34 | 3 | 33 | 76 |
| Binary | 10110111 | 10000110 | 10000011 | 0 | 11011 | 11100 | 11100 | 11 | 11011 | 111110 |
Color Harmonies of #B78683
Complementary color
Monochromatic Colors of #B78683
Black with #B78683
Text Example
Text Example
White with #B78683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78683; }
p { color: rgb(183,134,131); }
H1.HeaderClassName
{
color: #B78683;
}
.AnyTagClassName
{
color: #B78683;
}
</style>
background-color css
<style>
a { background-color: #B78683; }
a { background-color: rgb(183,134,131); }
div.DivClassName
{
background-color: #B78683;
}
.BgClassName
{
background-color: #B78683;
}
</style>
border-color css
<style>
span { border-color: #B78683; }
span { border-color: rgb(183,134,131); }
td.TdClassName
{
border-color: #B78683;
}
.TagClassName
{
border-color: #B78683;
}
</style>