Shades of Brandy Rose #B77B7B
Tints of Brandy Rose #B77B7B
RGB
CMYK
RGB Variations
Color information
#B77B7B (or 0xB77B7B) is known color: Brandy Rose. HEX triplet: B7, 7B and 7B. RGB value is (183,123,123). Sum of RGB (Red+Green+Blue) = 183+123+123=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B7B is #488484. Grayscale: #8D8D8D. Windows color (decimal): -4752517 or 8092599. OLE color: 8092599.
HSL color Cylindrical-coordinate representation of color #B77B7B: hue angle of 0º degrees, saturation: 0.29, 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 #B77B7B is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 123 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.28 |
| HSL | 0º | 0.29% | 0.6% | - |
| HSV(B) | 0º | 0.33% | 0.72% | - |
| XYZ | 30.19 | 25.66 | 22.1 | - |
| YUV | 140.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 123 | 0 | 0.33 | 0.33 | 0.28 | 0 | 0.29 | 0.6 |
| Hex | B7 | 7B | 7B | 0 | 21 | 21 | 1C | 0 | 1D | 3C |
| Octal | 267 | 173 | 173 | 0 | 41 | 41 | 34 | 0 | 35 | 74 |
| Binary | 10110111 | 1111011 | 1111011 | 0 | 100001 | 100001 | 11100 | 0 | 11101 | 111100 |
Color Harmonies of #B77B7B
Complementary color
Monochromatic Colors of #B77B7B
Black with #B77B7B
Text Example
Text Example
White with #B77B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77B7B; }
p { color: rgb(183,123,123); }
H1.HeaderClassName
{
color: #B77B7B;
}
.AnyTagClassName
{
color: #B77B7B;
}
</style>
background-color css
<style>
a { background-color: #B77B7B; }
a { background-color: rgb(183,123,123); }
div.DivClassName
{
background-color: #B77B7B;
}
.BgClassName
{
background-color: #B77B7B;
}
</style>
border-color css
<style>
span { border-color: #B77B7B; }
span { border-color: rgb(183,123,123); }
td.TdClassName
{
border-color: #B77B7B;
}
.TagClassName
{
border-color: #B77B7B;
}
</style>