Shades of Rosy Brown #B08F8F
Tints of Rosy Brown #B08F8F
RGB
CMYK
RGB Variations
Color information
#B08F8F (or 0xB08F8F) is known color: Rosy Brown. HEX triplet: B0, 8F and 8F. RGB value is (176,143,143). Sum of RGB (Red+Green+Blue) = 176+143+143=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08F8F is #4F7070. Grayscale: #989898. Windows color (decimal): -5206129 or 9408432. OLE color: 9408432.
HSL color Cylindrical-coordinate representation of color #B08F8F: hue angle of 0º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B08F8F is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 143 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.31 |
| HSL | 0º | 0.17% | 0.63% | - |
| HSV(B) | 0º | 0.19% | 0.69% | - |
| XYZ | 32.68 | 30.86 | 30.22 | - |
| YUV | 152.87 | 122.43 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 143 | 0 | 0.19 | 0.19 | 0.31 | 0 | 0.17 | 0.63 |
| Hex | B0 | 8F | 8F | 0 | 13 | 13 | 1F | 0 | 11 | 3F |
| Octal | 260 | 217 | 217 | 0 | 23 | 23 | 37 | 0 | 21 | 77 |
| Binary | 10110000 | 10001111 | 10001111 | 0 | 10011 | 10011 | 11111 | 0 | 10001 | 111111 |
Color Harmonies of #B08F8F
Complementary color
Monochromatic Colors of #B08F8F
Black with #B08F8F
Text Example
Text Example
White with #B08F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08F8F; }
p { color: rgb(176,143,143); }
H1.HeaderClassName
{
color: #B08F8F;
}
.AnyTagClassName
{
color: #B08F8F;
}
</style>
background-color css
<style>
a { background-color: #B08F8F; }
a { background-color: rgb(176,143,143); }
div.DivClassName
{
background-color: #B08F8F;
}
.BgClassName
{
background-color: #B08F8F;
}
</style>
border-color css
<style>
span { border-color: #B08F8F; }
span { border-color: rgb(176,143,143); }
td.TdClassName
{
border-color: #B08F8F;
}
.TagClassName
{
border-color: #B08F8F;
}
</style>