Shades of Brandy Rose #B4897B
Tints of Brandy Rose #B4897B
RGB
CMYK
RGB Variations
Color information
#B4897B (or 0xB4897B) is known color: Brandy Rose. HEX triplet: B4, 89 and 7B. RGB value is (180,137,123). Sum of RGB (Red+Green+Blue) = 180+137+123=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 180 - color contains mainly: red. Hex color #B4897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4897B is #4B7684. Grayscale: #949494. Windows color (decimal): -4945541 or 8096180. OLE color: 8096180.
HSL color Cylindrical-coordinate representation of color #B4897B: hue angle of 14.74º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4897B is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 137 | 123 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.29 |
| HSL | 14.74º | 0.28% | 0.59% | - |
| HSV(B) | 14.74º | 0.32% | 0.71% | - |
| XYZ | 31.34 | 29.02 | 22.69 | - |
| YUV | 148.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 137 | 123 | 0 | 0.24 | 0.32 | 0.29 | 14.74 | 0.28 | 0.59 |
| Hex | B4 | 89 | 7B | 0 | 18 | 20 | 1D | F | 1C | 3B |
| Octal | 264 | 211 | 173 | 0 | 30 | 40 | 35 | 17 | 34 | 73 |
| Binary | 10110100 | 10001001 | 1111011 | 0 | 11000 | 100000 | 11101 | 1111 | 11100 | 111011 |
Color Harmonies of #B4897B
Complementary color
Monochromatic Colors of #B4897B
Black with #B4897B
Text Example
Text Example
White with #B4897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4897B; }
p { color: rgb(180,137,123); }
H1.HeaderClassName
{
color: #B4897B;
}
.AnyTagClassName
{
color: #B4897B;
}
</style>
background-color css
<style>
a { background-color: #B4897B; }
a { background-color: rgb(180,137,123); }
div.DivClassName
{
background-color: #B4897B;
}
.BgClassName
{
background-color: #B4897B;
}
</style>
border-color css
<style>
span { border-color: #B4897B; }
span { border-color: rgb(180,137,123); }
td.TdClassName
{
border-color: #B4897B;
}
.TagClassName
{
border-color: #B4897B;
}
</style>