Shades of Rosy Brown #B3908F
Tints of Rosy Brown #B3908F
RGB
CMYK
RGB Variations
Color information
#B3908F (or 0xB3908F) is known color: Rosy Brown. HEX triplet: B3, 90 and 8F. RGB value is (179,144,143). Sum of RGB (Red+Green+Blue) = 179+144+143=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B3908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3908F is #4C6F70. Grayscale: #9A9A9A. Windows color (decimal): -5009265 or 9408691. OLE color: 9408691.
HSL color Cylindrical-coordinate representation of color #B3908F: hue angle of 1.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3908F is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 144 | 143 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.30 |
| HSL | 1.67º | 0.19% | 0.63% | - |
| HSV(B) | 1.67º | 0.2% | 0.7% | - |
| XYZ | 33.52 | 31.51 | 30.3 | - |
| YUV | 154.35 | 121.6 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 144 | 143 | 0 | 0.20 | 0.20 | 0.30 | 1.67 | 0.19 | 0.63 |
| Hex | B3 | 90 | 8F | 0 | 14 | 14 | 1E | 2 | 13 | 3F |
| Octal | 263 | 220 | 217 | 0 | 24 | 24 | 36 | 2 | 23 | 77 |
| Binary | 10110011 | 10010000 | 10001111 | 0 | 10100 | 10100 | 11110 | 10 | 10011 | 111111 |
Color Harmonies of #B3908F
Complementary color
Monochromatic Colors of #B3908F
Black with #B3908F
Text Example
Text Example
White with #B3908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3908F; }
p { color: rgb(179,144,143); }
H1.HeaderClassName
{
color: #B3908F;
}
.AnyTagClassName
{
color: #B3908F;
}
</style>
background-color css
<style>
a { background-color: #B3908F; }
a { background-color: rgb(179,144,143); }
div.DivClassName
{
background-color: #B3908F;
}
.BgClassName
{
background-color: #B3908F;
}
</style>
border-color css
<style>
span { border-color: #B3908F; }
span { border-color: rgb(179,144,143); }
td.TdClassName
{
border-color: #B3908F;
}
.TagClassName
{
border-color: #B3908F;
}
</style>