Shades of Brandy Rose #B7856B
Tints of Brandy Rose #B7856B
RGB
CMYK
RGB Variations
Color information
#B7856B (or 0xB7856B) is known color: Brandy Rose. HEX triplet: B7, 85 and 6B. RGB value is (183,133,107). Sum of RGB (Red+Green+Blue) = 183+133+107=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B7856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7856B is #487A94. Grayscale: #919191. Windows color (decimal): -4749973 or 7046583. OLE color: 7046583.
HSL color Cylindrical-coordinate representation of color #B7856B: hue angle of 20.53º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B7856B is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 107 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.28 |
| HSL | 20.53º | 0.35% | 0.57% | - |
| HSV(B) | 20.53º | 0.42% | 0.72% | - |
| XYZ | 30.57 | 27.9 | 17.68 | - |
| YUV | 144.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 107 | 0 | 0.27 | 0.42 | 0.28 | 20.53 | 0.35 | 0.57 |
| Hex | B7 | 85 | 6B | 0 | 1B | 2A | 1C | 15 | 23 | 39 |
| Octal | 267 | 205 | 153 | 0 | 33 | 52 | 34 | 25 | 43 | 71 |
| Binary | 10110111 | 10000101 | 1101011 | 0 | 11011 | 101010 | 11100 | 10101 | 100011 | 111001 |
Color Harmonies of #B7856B
Complementary color
Monochromatic Colors of #B7856B
Black with #B7856B
Text Example
Text Example
White with #B7856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7856B; }
p { color: rgb(183,133,107); }
H1.HeaderClassName
{
color: #B7856B;
}
.AnyTagClassName
{
color: #B7856B;
}
</style>
background-color css
<style>
a { background-color: #B7856B; }
a { background-color: rgb(183,133,107); }
div.DivClassName
{
background-color: #B7856B;
}
.BgClassName
{
background-color: #B7856B;
}
</style>
border-color css
<style>
span { border-color: #B7856B; }
span { border-color: rgb(183,133,107); }
td.TdClassName
{
border-color: #B7856B;
}
.TagClassName
{
border-color: #B7856B;
}
</style>