Shades of Rosy Brown #B38D8B
Tints of Rosy Brown #B38D8B
RGB
CMYK
RGB Variations
Color information
#B38D8B (or 0xB38D8B) is known color: Rosy Brown. HEX triplet: B3, 8D and 8B. RGB value is (179,141,139). Sum of RGB (Red+Green+Blue) = 179+141+139=459 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.00% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 179 - color contains mainly: red. Hex color #B38D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38D8B is #4C7274. Grayscale: #989898. Windows color (decimal): -5010037 or 9145779. OLE color: 9145779.
HSL color Cylindrical-coordinate representation of color #B38D8B: hue angle of 3º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B38D8B is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 141 | 139 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.30 |
| HSL | 3º | 0.21% | 0.62% | - |
| HSV(B) | 3º | 0.22% | 0.7% | - |
| XYZ | 32.78 | 30.5 | 28.59 | - |
| YUV | 152.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 141 | 139 | 0 | 0.21 | 0.22 | 0.30 | 3 | 0.21 | 0.62 |
| Hex | B3 | 8D | 8B | 0 | 15 | 16 | 1E | 3 | 15 | 3E |
| Octal | 263 | 215 | 213 | 0 | 25 | 26 | 36 | 3 | 25 | 76 |
| Binary | 10110011 | 10001101 | 10001011 | 0 | 10101 | 10110 | 11110 | 11 | 10101 | 111110 |
Color Harmonies of #B38D8B
Complementary color
Monochromatic Colors of #B38D8B
Black with #B38D8B
Text Example
Text Example
White with #B38D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38D8B; }
p { color: rgb(179,141,139); }
H1.HeaderClassName
{
color: #B38D8B;
}
.AnyTagClassName
{
color: #B38D8B;
}
</style>
background-color css
<style>
a { background-color: #B38D8B; }
a { background-color: rgb(179,141,139); }
div.DivClassName
{
background-color: #B38D8B;
}
.BgClassName
{
background-color: #B38D8B;
}
</style>
border-color css
<style>
span { border-color: #B38D8B; }
span { border-color: rgb(179,141,139); }
td.TdClassName
{
border-color: #B38D8B;
}
.TagClassName
{
border-color: #B38D8B;
}
</style>