Shades of Old Rose #BD265C
Tints of Old Rose #BD265C
RGB
CMYK
RGB Variations
Color information
#BD265C (or 0xBD265C) is known color: Old Rose. HEX triplet: BD, 26 and 5C. RGB value is (189,38,92). Sum of RGB (Red+Green+Blue) = 189+38+92=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD265C is #42D9A3. Grayscale: #595959. Windows color (decimal): -4381092 or 6039229. OLE color: 6039229.
HSL color Cylindrical-coordinate representation of color #BD265C: hue angle of 338.54º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD265C is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 92 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.26 |
| HSL | 338.54º | 0.67% | 0.45% | - |
| HSV(B) | 338.54º | 0.8% | 0.74% | - |
| XYZ | 23.61 | 12.98 | 11.39 | - |
| YUV | 89.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 92 | 0 | 0.80 | 0.51 | 0.26 | 338.54 | 0.67 | 0.45 |
| Hex | BD | 26 | 5C | 0 | 50 | 33 | 1A | 153 | 43 | 2D |
| Octal | 275 | 46 | 134 | 0 | 120 | 63 | 32 | 523 | 103 | 55 |
| Binary | 10111101 | 100110 | 1011100 | 0 | 1010000 | 110011 | 11010 | 101010011 | 1000011 | 101101 |
Color Harmonies of #BD265C
Complementary color
Monochromatic Colors of #BD265C
Black with #BD265C
Text Example
Text Example
White with #BD265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD265C; }
p { color: rgb(189,38,92); }
H1.HeaderClassName
{
color: #BD265C;
}
.AnyTagClassName
{
color: #BD265C;
}
</style>
background-color css
<style>
a { background-color: #BD265C; }
a { background-color: rgb(189,38,92); }
div.DivClassName
{
background-color: #BD265C;
}
.BgClassName
{
background-color: #BD265C;
}
</style>
border-color css
<style>
span { border-color: #BD265C; }
span { border-color: rgb(189,38,92); }
td.TdClassName
{
border-color: #BD265C;
}
.TagClassName
{
border-color: #BD265C;
}
</style>