Shades of Rosy Brown #BD918E
Tints of Rosy Brown #BD918E
RGB
CMYK
RGB Variations
Color information
#BD918E (or 0xBD918E) is known color: Rosy Brown. HEX triplet: BD, 91 and 8E. RGB value is (189,145,142). Sum of RGB (Red+Green+Blue) = 189+145+142=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 189 - color contains mainly: red. Hex color #BD918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD918E is #426E71. Grayscale: #9D9D9D. Windows color (decimal): -4353650 or 9343421. OLE color: 9343421.
HSL color Cylindrical-coordinate representation of color #BD918E: hue angle of 3.83º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD918E is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 145 | 142 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.26 |
| HSL | 3.83º | 0.26% | 0.65% | - |
| HSV(B) | 3.83º | 0.25% | 0.74% | - |
| XYZ | 35.99 | 33.02 | 30.07 | - |
| YUV | 157.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 142 | 0 | 0.23 | 0.25 | 0.26 | 3.83 | 0.26 | 0.65 |
| Hex | BD | 91 | 8E | 0 | 17 | 19 | 1A | 4 | 1A | 41 |
| Octal | 275 | 221 | 216 | 0 | 27 | 31 | 32 | 4 | 32 | 101 |
| Binary | 10111101 | 10010001 | 10001110 | 0 | 10111 | 11001 | 11010 | 100 | 11010 | 1000001 |
Color Harmonies of #BD918E
Complementary color
Monochromatic Colors of #BD918E
Black with #BD918E
Text Example
Text Example
White with #BD918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD918E; }
p { color: rgb(189,145,142); }
H1.HeaderClassName
{
color: #BD918E;
}
.AnyTagClassName
{
color: #BD918E;
}
</style>
background-color css
<style>
a { background-color: #BD918E; }
a { background-color: rgb(189,145,142); }
div.DivClassName
{
background-color: #BD918E;
}
.BgClassName
{
background-color: #BD918E;
}
</style>
border-color css
<style>
span { border-color: #BD918E; }
span { border-color: rgb(189,145,142); }
td.TdClassName
{
border-color: #BD918E;
}
.TagClassName
{
border-color: #BD918E;
}
</style>