Shades of Brandy Rose #B18A7E
Tints of Brandy Rose #B18A7E
RGB
CMYK
RGB Variations
Color information
#B18A7E (or 0xB18A7E) is known color: Brandy Rose. HEX triplet: B1, 8A and 7E. RGB value is (177,138,126). Sum of RGB (Red+Green+Blue) = 177+138+126=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A7E is #4E7581. Grayscale: #949494. Windows color (decimal): -5141890 or 8293041. OLE color: 8293041.
HSL color Cylindrical-coordinate representation of color #B18A7E: hue angle of 14.12º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B18A7E is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 126 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.31 |
| HSL | 14.12º | 0.25% | 0.59% | - |
| HSV(B) | 14.12º | 0.29% | 0.69% | - |
| XYZ | 30.99 | 29.03 | 23.71 | - |
| YUV | 148.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 126 | 0 | 0.22 | 0.29 | 0.31 | 14.12 | 0.25 | 0.59 |
| Hex | B1 | 8A | 7E | 0 | 16 | 1D | 1F | E | 19 | 3B |
| Octal | 261 | 212 | 176 | 0 | 26 | 35 | 37 | 16 | 31 | 73 |
| Binary | 10110001 | 10001010 | 1111110 | 0 | 10110 | 11101 | 11111 | 1110 | 11001 | 111011 |
Color Harmonies of #B18A7E
Complementary color
Monochromatic Colors of #B18A7E
Black with #B18A7E
Text Example
Text Example
White with #B18A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A7E; }
p { color: rgb(177,138,126); }
H1.HeaderClassName
{
color: #B18A7E;
}
.AnyTagClassName
{
color: #B18A7E;
}
</style>
background-color css
<style>
a { background-color: #B18A7E; }
a { background-color: rgb(177,138,126); }
div.DivClassName
{
background-color: #B18A7E;
}
.BgClassName
{
background-color: #B18A7E;
}
</style>
border-color css
<style>
span { border-color: #B18A7E; }
span { border-color: rgb(177,138,126); }
td.TdClassName
{
border-color: #B18A7E;
}
.TagClassName
{
border-color: #B18A7E;
}
</style>