Shades of Brandy Rose #B77976
Tints of Brandy Rose #B77976
RGB
CMYK
RGB Variations
Color information
#B77976 (or 0xB77976) is known color: Brandy Rose. HEX triplet: B7, 79 and 76. RGB value is (183,121,118). Sum of RGB (Red+Green+Blue) = 183+121+118=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B77976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77976 is #488689. Grayscale: #8B8B8B. Windows color (decimal): -4753034 or 7764407. OLE color: 7764407.
HSL color Cylindrical-coordinate representation of color #B77976: hue angle of 2.77º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B77976 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 118 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.28 |
| HSL | 2.77º | 0.31% | 0.59% | - |
| HSV(B) | 2.77º | 0.36% | 0.72% | - |
| XYZ | 29.64 | 25.05 | 20.41 | - |
| YUV | 139.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 118 | 0 | 0.34 | 0.36 | 0.28 | 2.77 | 0.31 | 0.59 |
| Hex | B7 | 79 | 76 | 0 | 22 | 24 | 1C | 3 | 1F | 3B |
| Octal | 267 | 171 | 166 | 0 | 42 | 44 | 34 | 3 | 37 | 73 |
| Binary | 10110111 | 1111001 | 1110110 | 0 | 100010 | 100100 | 11100 | 11 | 11111 | 111011 |
Color Harmonies of #B77976
Complementary color
Monochromatic Colors of #B77976
Black with #B77976
Text Example
Text Example
White with #B77976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77976; }
p { color: rgb(183,121,118); }
H1.HeaderClassName
{
color: #B77976;
}
.AnyTagClassName
{
color: #B77976;
}
</style>
background-color css
<style>
a { background-color: #B77976; }
a { background-color: rgb(183,121,118); }
div.DivClassName
{
background-color: #B77976;
}
.BgClassName
{
background-color: #B77976;
}
</style>
border-color css
<style>
span { border-color: #B77976; }
span { border-color: rgb(183,121,118); }
td.TdClassName
{
border-color: #B77976;
}
.TagClassName
{
border-color: #B77976;
}
</style>