Shades of Brandy Rose #B57B76
Tints of Brandy Rose #B57B76
RGB
CMYK
RGB Variations
Color information
#B57B76 (or 0xB57B76) is known color: Brandy Rose. HEX triplet: B5, 7B and 76. RGB value is (181,123,118). Sum of RGB (Red+Green+Blue) = 181+123+118=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B76 is #4A8489. Grayscale: #8B8B8B. Windows color (decimal): -4883594 or 7764917. OLE color: 7764917.
HSL color Cylindrical-coordinate representation of color #B57B76: hue angle of 4.76º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57B76 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 123 | 118 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.29 |
| HSL | 4.76º | 0.3% | 0.59% | - |
| HSV(B) | 4.76º | 0.35% | 0.71% | - |
| XYZ | 29.41 | 25.3 | 20.47 | - |
| YUV | 139.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 118 | 0 | 0.32 | 0.35 | 0.29 | 4.76 | 0.3 | 0.59 |
| Hex | B5 | 7B | 76 | 0 | 20 | 23 | 1D | 5 | 1E | 3B |
| Octal | 265 | 173 | 166 | 0 | 40 | 43 | 35 | 5 | 36 | 73 |
| Binary | 10110101 | 1111011 | 1110110 | 0 | 100000 | 100011 | 11101 | 101 | 11110 | 111011 |
Color Harmonies of #B57B76
Complementary color
Monochromatic Colors of #B57B76
Black with #B57B76
Text Example
Text Example
White with #B57B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57B76; }
p { color: rgb(181,123,118); }
H1.HeaderClassName
{
color: #B57B76;
}
.AnyTagClassName
{
color: #B57B76;
}
</style>
background-color css
<style>
a { background-color: #B57B76; }
a { background-color: rgb(181,123,118); }
div.DivClassName
{
background-color: #B57B76;
}
.BgClassName
{
background-color: #B57B76;
}
</style>
border-color css
<style>
span { border-color: #B57B76; }
span { border-color: rgb(181,123,118); }
td.TdClassName
{
border-color: #B57B76;
}
.TagClassName
{
border-color: #B57B76;
}
</style>