Shades of Brandy Rose #B77B6E
Tints of Brandy Rose #B77B6E
RGB
CMYK
RGB Variations
Color information
#B77B6E (or 0xB77B6E) is known color: Brandy Rose. HEX triplet: B7, 7B and 6E. RGB value is (183,123,110). Sum of RGB (Red+Green+Blue) = 183+123+110=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77B6E is #488491. Grayscale: #8B8B8B. Windows color (decimal): -4752530 or 7240631. OLE color: 7240631.
HSL color Cylindrical-coordinate representation of color #B77B6E: hue angle of 10.68º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B77B6E is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 110 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.28 |
| HSL | 10.68º | 0.34% | 0.57% | - |
| HSV(B) | 10.68º | 0.4% | 0.72% | - |
| XYZ | 29.43 | 25.36 | 18.1 | - |
| YUV | 139.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 110 | 0 | 0.33 | 0.40 | 0.28 | 10.68 | 0.34 | 0.57 |
| Hex | B7 | 7B | 6E | 0 | 21 | 28 | 1C | B | 22 | 39 |
| Octal | 267 | 173 | 156 | 0 | 41 | 50 | 34 | 13 | 42 | 71 |
| Binary | 10110111 | 1111011 | 1101110 | 0 | 100001 | 101000 | 11100 | 1011 | 100010 | 111001 |
Color Harmonies of #B77B6E
Complementary color
Monochromatic Colors of #B77B6E
Black with #B77B6E
Text Example
Text Example
White with #B77B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77B6E; }
p { color: rgb(183,123,110); }
H1.HeaderClassName
{
color: #B77B6E;
}
.AnyTagClassName
{
color: #B77B6E;
}
</style>
background-color css
<style>
a { background-color: #B77B6E; }
a { background-color: rgb(183,123,110); }
div.DivClassName
{
background-color: #B77B6E;
}
.BgClassName
{
background-color: #B77B6E;
}
</style>
border-color css
<style>
span { border-color: #B77B6E; }
span { border-color: rgb(183,123,110); }
td.TdClassName
{
border-color: #B77B6E;
}
.TagClassName
{
border-color: #B77B6E;
}
</style>