Shades of Brandy Rose #B7826F
Tints of Brandy Rose #B7826F
RGB
CMYK
RGB Variations
Color information
#B7826F (or 0xB7826F) is known color: Brandy Rose. HEX triplet: B7, 82 and 6F. RGB value is (183,130,111). Sum of RGB (Red+Green+Blue) = 183+130+111=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B7826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7826F is #487D90. Grayscale: #8F8F8F. Windows color (decimal): -4750737 or 7307959. OLE color: 7307959.
HSL color Cylindrical-coordinate representation of color #B7826F: hue angle of 15.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B7826F is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 111 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.28 |
| HSL | 15.83º | 0.33% | 0.58% | - |
| HSV(B) | 15.83º | 0.39% | 0.72% | - |
| XYZ | 30.38 | 27.18 | 18.68 | - |
| YUV | 143.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 111 | 0 | 0.29 | 0.39 | 0.28 | 15.83 | 0.33 | 0.58 |
| Hex | B7 | 82 | 6F | 0 | 1D | 27 | 1C | 10 | 21 | 3A |
| Octal | 267 | 202 | 157 | 0 | 35 | 47 | 34 | 20 | 41 | 72 |
| Binary | 10110111 | 10000010 | 1101111 | 0 | 11101 | 100111 | 11100 | 10000 | 100001 | 111010 |
Color Harmonies of #B7826F
Complementary color
Monochromatic Colors of #B7826F
Black with #B7826F
Text Example
Text Example
White with #B7826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7826F; }
p { color: rgb(183,130,111); }
H1.HeaderClassName
{
color: #B7826F;
}
.AnyTagClassName
{
color: #B7826F;
}
</style>
background-color css
<style>
a { background-color: #B7826F; }
a { background-color: rgb(183,130,111); }
div.DivClassName
{
background-color: #B7826F;
}
.BgClassName
{
background-color: #B7826F;
}
</style>
border-color css
<style>
span { border-color: #B7826F; }
span { border-color: rgb(183,130,111); }
td.TdClassName
{
border-color: #B7826F;
}
.TagClassName
{
border-color: #B7826F;
}
</style>