Shades of Old Rose #B2275A
Tints of Old Rose #B2275A
RGB
CMYK
RGB Variations
Color information
#B2275A (or 0xB2275A) is known color: Old Rose. HEX triplet: B2, 27 and 5A. RGB value is (178,39,90). Sum of RGB (Red+Green+Blue) = 178+39+90=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2275A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2275A is #4DD8A5. Grayscale: #565656. Windows color (decimal): -5101734 or 5908402. OLE color: 5908402.
HSL color Cylindrical-coordinate representation of color #B2275A: hue angle of 337.99º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2275A is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 39 | 90 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.30 |
| HSL | 337.99º | 0.64% | 0.43% | - |
| HSV(B) | 337.99º | 0.78% | 0.7% | - |
| XYZ | 20.93 | 11.65 | 10.82 | - |
| YUV | 86.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 90 | 0 | 0.78 | 0.49 | 0.30 | 337.99 | 0.64 | 0.43 |
| Hex | B2 | 27 | 5A | 0 | 4E | 31 | 1E | 152 | 40 | 2B |
| Octal | 262 | 47 | 132 | 0 | 116 | 61 | 36 | 522 | 100 | 53 |
| Binary | 10110010 | 100111 | 1011010 | 0 | 1001110 | 110001 | 11110 | 101010010 | 1000000 | 101011 |
Color Harmonies of #B2275A
Complementary color
Monochromatic Colors of #B2275A
Black with #B2275A
Text Example
Text Example
White with #B2275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2275A; }
p { color: rgb(178,39,90); }
H1.HeaderClassName
{
color: #B2275A;
}
.AnyTagClassName
{
color: #B2275A;
}
</style>
background-color css
<style>
a { background-color: #B2275A; }
a { background-color: rgb(178,39,90); }
div.DivClassName
{
background-color: #B2275A;
}
.BgClassName
{
background-color: #B2275A;
}
</style>
border-color css
<style>
span { border-color: #B2275A; }
span { border-color: rgb(178,39,90); }
td.TdClassName
{
border-color: #B2275A;
}
.TagClassName
{
border-color: #B2275A;
}
</style>