Shades of Brandy Rose #B18C7D
Tints of Brandy Rose #B18C7D
RGB
CMYK
RGB Variations
Color information
#B18C7D (or 0xB18C7D) is known color: Brandy Rose. HEX triplet: B1, 8C and 7D. RGB value is (177,140,125). Sum of RGB (Red+Green+Blue) = 177+140+125=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18C7D is #4E7382. Grayscale: #959595. Windows color (decimal): -5141379 or 8228017. OLE color: 8228017.
HSL color Cylindrical-coordinate representation of color #B18C7D: hue angle of 17.31º 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 #B18C7D is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 125 | - |
| CMYK | 0 | 0.21 | 0.29 | 0.31 |
| HSL | 17.31º | 0.25% | 0.59% | - |
| HSV(B) | 17.31º | 0.29% | 0.69% | - |
| XYZ | 31.21 | 29.58 | 23.47 | - |
| YUV | 149.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 125 | 0 | 0.21 | 0.29 | 0.31 | 17.31 | 0.25 | 0.59 |
| Hex | B1 | 8C | 7D | 0 | 15 | 1D | 1F | 11 | 19 | 3B |
| Octal | 261 | 214 | 175 | 0 | 25 | 35 | 37 | 21 | 31 | 73 |
| Binary | 10110001 | 10001100 | 1111101 | 0 | 10101 | 11101 | 11111 | 10001 | 11001 | 111011 |
Color Harmonies of #B18C7D
Complementary color
Monochromatic Colors of #B18C7D
Black with #B18C7D
Text Example
Text Example
White with #B18C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C7D; }
p { color: rgb(177,140,125); }
H1.HeaderClassName
{
color: #B18C7D;
}
.AnyTagClassName
{
color: #B18C7D;
}
</style>
background-color css
<style>
a { background-color: #B18C7D; }
a { background-color: rgb(177,140,125); }
div.DivClassName
{
background-color: #B18C7D;
}
.BgClassName
{
background-color: #B18C7D;
}
</style>
border-color css
<style>
span { border-color: #B18C7D; }
span { border-color: rgb(177,140,125); }
td.TdClassName
{
border-color: #B18C7D;
}
.TagClassName
{
border-color: #B18C7D;
}
</style>