Shades of Rosy Brown #BD938F
Tints of Rosy Brown #BD938F
RGB
CMYK
RGB Variations
Color information
#BD938F (or 0xBD938F) is known color: Rosy Brown. HEX triplet: BD, 93 and 8F. RGB value is (189,147,143). Sum of RGB (Red+Green+Blue) = 189+147+143=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BD938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD938F is #426C70. Grayscale: #9F9F9F. Windows color (decimal): -4353137 or 9409469. OLE color: 9409469.
HSL color Cylindrical-coordinate representation of color #BD938F: hue angle of 5.22º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD938F is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 143 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.26 |
| HSL | 5.22º | 0.26% | 0.65% | - |
| HSV(B) | 5.22º | 0.24% | 0.74% | - |
| XYZ | 36.38 | 33.67 | 30.57 | - |
| YUV | 159.1 | 118.91 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 143 | 0 | 0.22 | 0.24 | 0.26 | 5.22 | 0.26 | 0.65 |
| Hex | BD | 93 | 8F | 0 | 16 | 18 | 1A | 5 | 1A | 41 |
| Octal | 275 | 223 | 217 | 0 | 26 | 30 | 32 | 5 | 32 | 101 |
| Binary | 10111101 | 10010011 | 10001111 | 0 | 10110 | 11000 | 11010 | 101 | 11010 | 1000001 |
Color Harmonies of #BD938F
Complementary color
Monochromatic Colors of #BD938F
Black with #BD938F
Text Example
Text Example
White with #BD938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD938F; }
p { color: rgb(189,147,143); }
H1.HeaderClassName
{
color: #BD938F;
}
.AnyTagClassName
{
color: #BD938F;
}
</style>
background-color css
<style>
a { background-color: #BD938F; }
a { background-color: rgb(189,147,143); }
div.DivClassName
{
background-color: #BD938F;
}
.BgClassName
{
background-color: #BD938F;
}
</style>
border-color css
<style>
span { border-color: #BD938F; }
span { border-color: rgb(189,147,143); }
td.TdClassName
{
border-color: #BD938F;
}
.TagClassName
{
border-color: #BD938F;
}
</style>