Shades of Rosy Brown #B48E8C
Tints of Rosy Brown #B48E8C
RGB
CMYK
RGB Variations
Color information
#B48E8C (or 0xB48E8C) is known color: Rosy Brown. HEX triplet: B4, 8E and 8C. RGB value is (180,142,140). Sum of RGB (Red+Green+Blue) = 180+142+140=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48E8C is #4B7173. Grayscale: #999999. Windows color (decimal): -4944244 or 9211572. OLE color: 9211572.
HSL color Cylindrical-coordinate representation of color #B48E8C: hue angle of 3º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B48E8C is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 142 | 140 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.29 |
| HSL | 3º | 0.21% | 0.63% | - |
| HSV(B) | 3º | 0.22% | 0.71% | - |
| XYZ | 33.23 | 30.94 | 29.03 | - |
| YUV | 153.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 142 | 140 | 0 | 0.21 | 0.22 | 0.29 | 3 | 0.21 | 0.63 |
| Hex | B4 | 8E | 8C | 0 | 15 | 16 | 1D | 3 | 15 | 3F |
| Octal | 264 | 216 | 214 | 0 | 25 | 26 | 35 | 3 | 25 | 77 |
| Binary | 10110100 | 10001110 | 10001100 | 0 | 10101 | 10110 | 11101 | 11 | 10101 | 111111 |
Color Harmonies of #B48E8C
Complementary color
Monochromatic Colors of #B48E8C
Black with #B48E8C
Text Example
Text Example
White with #B48E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48E8C; }
p { color: rgb(180,142,140); }
H1.HeaderClassName
{
color: #B48E8C;
}
.AnyTagClassName
{
color: #B48E8C;
}
</style>
background-color css
<style>
a { background-color: #B48E8C; }
a { background-color: rgb(180,142,140); }
div.DivClassName
{
background-color: #B48E8C;
}
.BgClassName
{
background-color: #B48E8C;
}
</style>
border-color css
<style>
span { border-color: #B48E8C; }
span { border-color: rgb(180,142,140); }
td.TdClassName
{
border-color: #B48E8C;
}
.TagClassName
{
border-color: #B48E8C;
}
</style>