Shades of Brandy Rose #B77977
Tints of Brandy Rose #B77977
RGB
CMYK
RGB Variations
Color information
#B77977 (or 0xB77977) is known color: Brandy Rose. HEX triplet: B7, 79 and 77. RGB value is (183,121,119). Sum of RGB (Red+Green+Blue) = 183+121+119=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B77977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77977 is #488688. Grayscale: #8B8B8B. Windows color (decimal): -4753033 or 7829943. OLE color: 7829943.
HSL color Cylindrical-coordinate representation of color #B77977: hue angle of 1.88º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B77977 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 119 | - |
| CMYK | 0 | 0.34 | 0.35 | 0.28 |
| HSL | 1.88º | 0.31% | 0.59% | - |
| HSV(B) | 1.88º | 0.35% | 0.72% | - |
| XYZ | 29.7 | 25.07 | 20.73 | - |
| YUV | 139.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 119 | 0 | 0.34 | 0.35 | 0.28 | 1.88 | 0.31 | 0.59 |
| Hex | B7 | 79 | 77 | 0 | 22 | 23 | 1C | 2 | 1F | 3B |
| Octal | 267 | 171 | 167 | 0 | 42 | 43 | 34 | 2 | 37 | 73 |
| Binary | 10110111 | 1111001 | 1110111 | 0 | 100010 | 100011 | 11100 | 10 | 11111 | 111011 |
Color Harmonies of #B77977
Complementary color
Monochromatic Colors of #B77977
Black with #B77977
Text Example
Text Example
White with #B77977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77977; }
p { color: rgb(183,121,119); }
H1.HeaderClassName
{
color: #B77977;
}
.AnyTagClassName
{
color: #B77977;
}
</style>
background-color css
<style>
a { background-color: #B77977; }
a { background-color: rgb(183,121,119); }
div.DivClassName
{
background-color: #B77977;
}
.BgClassName
{
background-color: #B77977;
}
</style>
border-color css
<style>
span { border-color: #B77977; }
span { border-color: rgb(183,121,119); }
td.TdClassName
{
border-color: #B77977;
}
.TagClassName
{
border-color: #B77977;
}
</style>