Shades of Brandy Rose #B57E6B
Tints of Brandy Rose #B57E6B
RGB
CMYK
RGB Variations
Color information
#B57E6B (or 0xB57E6B) is known color: Brandy Rose. HEX triplet: B5, 7E and 6B. RGB value is (181,126,107). Sum of RGB (Red+Green+Blue) = 181+126+107=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E6B is #4A8194. Grayscale: #8C8C8C. Windows color (decimal): -4882837 or 7044789. OLE color: 7044789.
HSL color Cylindrical-coordinate representation of color #B57E6B: hue angle of 15.41º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B57E6B is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 126 | 107 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.29 |
| HSL | 15.41º | 0.33% | 0.56% | - |
| HSV(B) | 15.41º | 0.41% | 0.71% | - |
| XYZ | 29.17 | 25.81 | 17.35 | - |
| YUV | 140.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 126 | 107 | 0 | 0.30 | 0.41 | 0.29 | 15.41 | 0.33 | 0.56 |
| Hex | B5 | 7E | 6B | 0 | 1E | 29 | 1D | F | 21 | 38 |
| Octal | 265 | 176 | 153 | 0 | 36 | 51 | 35 | 17 | 41 | 70 |
| Binary | 10110101 | 1111110 | 1101011 | 0 | 11110 | 101001 | 11101 | 1111 | 100001 | 111000 |
Color Harmonies of #B57E6B
Complementary color
Monochromatic Colors of #B57E6B
Black with #B57E6B
Text Example
Text Example
White with #B57E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57E6B; }
p { color: rgb(181,126,107); }
H1.HeaderClassName
{
color: #B57E6B;
}
.AnyTagClassName
{
color: #B57E6B;
}
</style>
background-color css
<style>
a { background-color: #B57E6B; }
a { background-color: rgb(181,126,107); }
div.DivClassName
{
background-color: #B57E6B;
}
.BgClassName
{
background-color: #B57E6B;
}
</style>
border-color css
<style>
span { border-color: #B57E6B; }
span { border-color: rgb(181,126,107); }
td.TdClassName
{
border-color: #B57E6B;
}
.TagClassName
{
border-color: #B57E6B;
}
</style>