Shades of Brandy Rose #B7817F
Tints of Brandy Rose #B7817F
RGB
CMYK
RGB Variations
Color information
#B7817F (or 0xB7817F) is known color: Brandy Rose. HEX triplet: B7, 81 and 7F. RGB value is (183,129,127). Sum of RGB (Red+Green+Blue) = 183+129+127=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B7817F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7817F is #487E80. Grayscale: #909090. Windows color (decimal): -4750977 or 8356279. OLE color: 8356279.
HSL color Cylindrical-coordinate representation of color #B7817F: hue angle of 2.14º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7817F is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 129 | 127 | - |
| CMYK | 0 | 0.30 | 0.31 | 0.28 |
| HSL | 2.14º | 0.28% | 0.61% | - |
| HSV(B) | 2.14º | 0.31% | 0.72% | - |
| XYZ | 31.21 | 27.3 | 23.7 | - |
| YUV | 144.92 | 117.89 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 129 | 127 | 0 | 0.30 | 0.31 | 0.28 | 2.14 | 0.28 | 0.61 |
| Hex | B7 | 81 | 7F | 0 | 1E | 1F | 1C | 2 | 1C | 3D |
| Octal | 267 | 201 | 177 | 0 | 36 | 37 | 34 | 2 | 34 | 75 |
| Binary | 10110111 | 10000001 | 1111111 | 0 | 11110 | 11111 | 11100 | 10 | 11100 | 111101 |
Color Harmonies of #B7817F
Complementary color
Monochromatic Colors of #B7817F
Black with #B7817F
Text Example
Text Example
White with #B7817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7817F; }
p { color: rgb(183,129,127); }
H1.HeaderClassName
{
color: #B7817F;
}
.AnyTagClassName
{
color: #B7817F;
}
</style>
background-color css
<style>
a { background-color: #B7817F; }
a { background-color: rgb(183,129,127); }
div.DivClassName
{
background-color: #B7817F;
}
.BgClassName
{
background-color: #B7817F;
}
</style>
border-color css
<style>
span { border-color: #B7817F; }
span { border-color: rgb(183,129,127); }
td.TdClassName
{
border-color: #B7817F;
}
.TagClassName
{
border-color: #B7817F;
}
</style>