Shades of Brandy Rose #B78B7B
Tints of Brandy Rose #B78B7B
RGB
CMYK
RGB Variations
Color information
#B78B7B (or 0xB78B7B) is known color: Brandy Rose. HEX triplet: B7, 8B and 7B. RGB value is (183,139,123). Sum of RGB (Red+Green+Blue) = 183+139+123=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78B7B is #487484. Grayscale: #969696. Windows color (decimal): -4748421 or 8096695. OLE color: 8096695.
HSL color Cylindrical-coordinate representation of color #B78B7B: hue angle of 16º 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 #B78B7B is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 123 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.28 |
| HSL | 16º | 0.29% | 0.6% | - |
| HSV(B) | 16º | 0.33% | 0.72% | - |
| XYZ | 32.34 | 29.96 | 22.82 | - |
| YUV | 150.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 123 | 0 | 0.24 | 0.33 | 0.28 | 16 | 0.29 | 0.6 |
| Hex | B7 | 8B | 7B | 0 | 18 | 21 | 1C | 10 | 1D | 3C |
| Octal | 267 | 213 | 173 | 0 | 30 | 41 | 34 | 20 | 35 | 74 |
| Binary | 10110111 | 10001011 | 1111011 | 0 | 11000 | 100001 | 11100 | 10000 | 11101 | 111100 |
Color Harmonies of #B78B7B
Complementary color
Monochromatic Colors of #B78B7B
Black with #B78B7B
Text Example
Text Example
White with #B78B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78B7B; }
p { color: rgb(183,139,123); }
H1.HeaderClassName
{
color: #B78B7B;
}
.AnyTagClassName
{
color: #B78B7B;
}
</style>
background-color css
<style>
a { background-color: #B78B7B; }
a { background-color: rgb(183,139,123); }
div.DivClassName
{
background-color: #B78B7B;
}
.BgClassName
{
background-color: #B78B7B;
}
</style>
border-color css
<style>
span { border-color: #B78B7B; }
span { border-color: rgb(183,139,123); }
td.TdClassName
{
border-color: #B78B7B;
}
.TagClassName
{
border-color: #B78B7B;
}
</style>