Shades of Brandy Rose #B18C83
Tints of Brandy Rose #B18C83
RGB
CMYK
RGB Variations
Color information
#B18C83 (or 0xB18C83) is known color: Brandy Rose. HEX triplet: B1, 8C and 83. RGB value is (177,140,131). Sum of RGB (Red+Green+Blue) = 177+140+131=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 140 (55.08% from 255 or 31.25% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18C83 is #4E737C. Grayscale: #969696. Windows color (decimal): -5141373 or 8621233. OLE color: 8621233.
HSL color Cylindrical-coordinate representation of color #B18C83: hue angle of 11.74º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B18C83 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 131 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.31 |
| HSL | 11.74º | 0.23% | 0.6% | - |
| HSV(B) | 11.74º | 0.26% | 0.69% | - |
| XYZ | 31.61 | 29.74 | 25.55 | - |
| YUV | 150.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 131 | 0 | 0.21 | 0.26 | 0.31 | 11.74 | 0.23 | 0.6 |
| Hex | B1 | 8C | 83 | 0 | 15 | 1A | 1F | C | 17 | 3C |
| Octal | 261 | 214 | 203 | 0 | 25 | 32 | 37 | 14 | 27 | 74 |
| Binary | 10110001 | 10001100 | 10000011 | 0 | 10101 | 11010 | 11111 | 1100 | 10111 | 111100 |
Color Harmonies of #B18C83
Complementary color
Monochromatic Colors of #B18C83
Black with #B18C83
Text Example
Text Example
White with #B18C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C83; }
p { color: rgb(177,140,131); }
H1.HeaderClassName
{
color: #B18C83;
}
.AnyTagClassName
{
color: #B18C83;
}
</style>
background-color css
<style>
a { background-color: #B18C83; }
a { background-color: rgb(177,140,131); }
div.DivClassName
{
background-color: #B18C83;
}
.BgClassName
{
background-color: #B18C83;
}
</style>
border-color css
<style>
span { border-color: #B18C83; }
span { border-color: rgb(177,140,131); }
td.TdClassName
{
border-color: #B18C83;
}
.TagClassName
{
border-color: #B18C83;
}
</style>