Shades of Brandy Rose #B18A7F
Tints of Brandy Rose #B18A7F
RGB
CMYK
RGB Variations
Color information
#B18A7F (or 0xB18A7F) is known color: Brandy Rose. HEX triplet: B1, 8A and 7F. RGB value is (177,138,127). Sum of RGB (Red+Green+Blue) = 177+138+127=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18A7F is #4E7580. Grayscale: #949494. Windows color (decimal): -5141889 or 8358577. OLE color: 8358577.
HSL color Cylindrical-coordinate representation of color #B18A7F: hue angle of 13.2º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B18A7F is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 127 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.31 |
| HSL | 13.2º | 0.24% | 0.6% | - |
| HSV(B) | 13.2º | 0.28% | 0.69% | - |
| XYZ | 31.05 | 29.06 | 24.05 | - |
| YUV | 148.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 127 | 0 | 0.22 | 0.28 | 0.31 | 13.2 | 0.24 | 0.6 |
| Hex | B1 | 8A | 7F | 0 | 16 | 1C | 1F | D | 18 | 3C |
| Octal | 261 | 212 | 177 | 0 | 26 | 34 | 37 | 15 | 30 | 74 |
| Binary | 10110001 | 10001010 | 1111111 | 0 | 10110 | 11100 | 11111 | 1101 | 11000 | 111100 |
Color Harmonies of #B18A7F
Complementary color
Monochromatic Colors of #B18A7F
Black with #B18A7F
Text Example
Text Example
White with #B18A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A7F; }
p { color: rgb(177,138,127); }
H1.HeaderClassName
{
color: #B18A7F;
}
.AnyTagClassName
{
color: #B18A7F;
}
</style>
background-color css
<style>
a { background-color: #B18A7F; }
a { background-color: rgb(177,138,127); }
div.DivClassName
{
background-color: #B18A7F;
}
.BgClassName
{
background-color: #B18A7F;
}
</style>
border-color css
<style>
span { border-color: #B18A7F; }
span { border-color: rgb(177,138,127); }
td.TdClassName
{
border-color: #B18A7F;
}
.TagClassName
{
border-color: #B18A7F;
}
</style>