Shades of Brandy Rose #B57C6B
Tints of Brandy Rose #B57C6B
RGB
CMYK
RGB Variations
Color information
#B57C6B (or 0xB57C6B) is known color: Brandy Rose. HEX triplet: B5, 7C and 6B. RGB value is (181,124,107). Sum of RGB (Red+Green+Blue) = 181+124+107=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57C6B is #4A8394. Grayscale: #8B8B8B. Windows color (decimal): -4883349 or 7044277. OLE color: 7044277.
HSL color Cylindrical-coordinate representation of color #B57C6B: hue angle of 13.78º 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 #B57C6B is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 124 | 107 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.29 |
| HSL | 13.78º | 0.33% | 0.56% | - |
| HSV(B) | 13.78º | 0.41% | 0.71% | - |
| XYZ | 28.92 | 25.3 | 17.27 | - |
| YUV | 139.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 107 | 0 | 0.31 | 0.41 | 0.29 | 13.78 | 0.33 | 0.56 |
| Hex | B5 | 7C | 6B | 0 | 1F | 29 | 1D | E | 21 | 38 |
| Octal | 265 | 174 | 153 | 0 | 37 | 51 | 35 | 16 | 41 | 70 |
| Binary | 10110101 | 1111100 | 1101011 | 0 | 11111 | 101001 | 11101 | 1110 | 100001 | 111000 |
Color Harmonies of #B57C6B
Complementary color
Monochromatic Colors of #B57C6B
Black with #B57C6B
Text Example
Text Example
White with #B57C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57C6B; }
p { color: rgb(181,124,107); }
H1.HeaderClassName
{
color: #B57C6B;
}
.AnyTagClassName
{
color: #B57C6B;
}
</style>
background-color css
<style>
a { background-color: #B57C6B; }
a { background-color: rgb(181,124,107); }
div.DivClassName
{
background-color: #B57C6B;
}
.BgClassName
{
background-color: #B57C6B;
}
</style>
border-color css
<style>
span { border-color: #B57C6B; }
span { border-color: rgb(181,124,107); }
td.TdClassName
{
border-color: #B57C6B;
}
.TagClassName
{
border-color: #B57C6B;
}
</style>