Shades of Brandy Rose #B77D6C
Tints of Brandy Rose #B77D6C
RGB
CMYK
RGB Variations
Color information
#B77D6C (or 0xB77D6C) is known color: Brandy Rose. HEX triplet: B7, 7D and 6C. RGB value is (183,125,108). Sum of RGB (Red+Green+Blue) = 183+125+108=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D6C is #488293. Grayscale: #8C8C8C. Windows color (decimal): -4752020 or 7110071. OLE color: 7110071.
HSL color Cylindrical-coordinate representation of color #B77D6C: hue angle of 13.6º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B77D6C is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 108 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.28 |
| HSL | 13.6º | 0.34% | 0.57% | - |
| HSV(B) | 13.6º | 0.41% | 0.72% | - |
| XYZ | 29.57 | 25.82 | 17.61 | - |
| YUV | 140.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 108 | 0 | 0.32 | 0.41 | 0.28 | 13.6 | 0.34 | 0.57 |
| Hex | B7 | 7D | 6C | 0 | 20 | 29 | 1C | E | 22 | 39 |
| Octal | 267 | 175 | 154 | 0 | 40 | 51 | 34 | 16 | 42 | 71 |
| Binary | 10110111 | 1111101 | 1101100 | 0 | 100000 | 101001 | 11100 | 1110 | 100010 | 111001 |
Color Harmonies of #B77D6C
Complementary color
Monochromatic Colors of #B77D6C
Black with #B77D6C
Text Example
Text Example
White with #B77D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D6C; }
p { color: rgb(183,125,108); }
H1.HeaderClassName
{
color: #B77D6C;
}
.AnyTagClassName
{
color: #B77D6C;
}
</style>
background-color css
<style>
a { background-color: #B77D6C; }
a { background-color: rgb(183,125,108); }
div.DivClassName
{
background-color: #B77D6C;
}
.BgClassName
{
background-color: #B77D6C;
}
</style>
border-color css
<style>
span { border-color: #B77D6C; }
span { border-color: rgb(183,125,108); }
td.TdClassName
{
border-color: #B77D6C;
}
.TagClassName
{
border-color: #B77D6C;
}
</style>