Shades of Old Rose #B93F4B
Tints of Old Rose #B93F4B
RGB
CMYK
RGB Variations
Color information
#B93F4B (or 0xB93F4B) is known color: Old Rose. HEX triplet: B9, 3F and 4B. RGB value is (185,63,75). Sum of RGB (Red+Green+Blue) = 185+63+75=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F4B is #46C0B4. Grayscale: #646464. Windows color (decimal): -4636853 or 4931513. OLE color: 4931513.
HSL color Cylindrical-coordinate representation of color #B93F4B: hue angle of 354.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93F4B is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 75 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.27 |
| HSL | 354.1º | 0.49% | 0.49% | - |
| HSV(B) | 354.1º | 0.66% | 0.73% | - |
| XYZ | 23.06 | 14.38 | 8.22 | - |
| YUV | 100.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 75 | 0 | 0.66 | 0.59 | 0.27 | 354.1 | 0.49 | 0.49 |
| Hex | B9 | 3F | 4B | 0 | 42 | 3B | 1B | 162 | 31 | 31 |
| Octal | 271 | 77 | 113 | 0 | 102 | 73 | 33 | 542 | 61 | 61 |
| Binary | 10111001 | 111111 | 1001011 | 0 | 1000010 | 111011 | 11011 | 101100010 | 110001 | 110001 |
Color Harmonies of #B93F4B
Complementary color
Monochromatic Colors of #B93F4B
Black with #B93F4B
Text Example
Text Example
White with #B93F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F4B; }
p { color: rgb(185,63,75); }
H1.HeaderClassName
{
color: #B93F4B;
}
.AnyTagClassName
{
color: #B93F4B;
}
</style>
background-color css
<style>
a { background-color: #B93F4B; }
a { background-color: rgb(185,63,75); }
div.DivClassName
{
background-color: #B93F4B;
}
.BgClassName
{
background-color: #B93F4B;
}
</style>
border-color css
<style>
span { border-color: #B93F4B; }
span { border-color: rgb(185,63,75); }
td.TdClassName
{
border-color: #B93F4B;
}
.TagClassName
{
border-color: #B93F4B;
}
</style>