Shades of Brandy Rose #B7807A
Tints of Brandy Rose #B7807A
RGB
CMYK
RGB Variations
Color information
#B7807A (or 0xB7807A) is known color: Brandy Rose. HEX triplet: B7, 80 and 7A. RGB value is (183,128,122). Sum of RGB (Red+Green+Blue) = 183+128+122=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B7807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7807A is #487F85. Grayscale: #8F8F8F. Windows color (decimal): -4751238 or 8028343. OLE color: 8028343.
HSL color Cylindrical-coordinate representation of color #B7807A: hue angle of 5.9º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7807A is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 122 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.28 |
| HSL | 5.9º | 0.3% | 0.6% | - |
| HSV(B) | 5.9º | 0.33% | 0.72% | - |
| XYZ | 30.76 | 26.91 | 21.99 | - |
| YUV | 143.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 122 | 0 | 0.30 | 0.33 | 0.28 | 5.9 | 0.3 | 0.6 |
| Hex | B7 | 80 | 7A | 0 | 1E | 21 | 1C | 6 | 1E | 3C |
| Octal | 267 | 200 | 172 | 0 | 36 | 41 | 34 | 6 | 36 | 74 |
| Binary | 10110111 | 10000000 | 1111010 | 0 | 11110 | 100001 | 11100 | 110 | 11110 | 111100 |
Color Harmonies of #B7807A
Complementary color
Monochromatic Colors of #B7807A
Black with #B7807A
Text Example
Text Example
White with #B7807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7807A; }
p { color: rgb(183,128,122); }
H1.HeaderClassName
{
color: #B7807A;
}
.AnyTagClassName
{
color: #B7807A;
}
</style>
background-color css
<style>
a { background-color: #B7807A; }
a { background-color: rgb(183,128,122); }
div.DivClassName
{
background-color: #B7807A;
}
.BgClassName
{
background-color: #B7807A;
}
</style>
border-color css
<style>
span { border-color: #B7807A; }
span { border-color: rgb(183,128,122); }
td.TdClassName
{
border-color: #B7807A;
}
.TagClassName
{
border-color: #B7807A;
}
</style>