Shades of Rouge #B22F6A
Tints of Rouge #B22F6A
RGB
CMYK
RGB Variations
Color information
#B22F6A (or 0xB22F6A) is known color: Rouge. HEX triplet: B2, 2F and 6A. RGB value is (178,47,106). Sum of RGB (Red+Green+Blue) = 178+47+106=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22F6A is #4DD095. Grayscale: #5C5C5C. Windows color (decimal): -5099670 or 6959026. OLE color: 6959026.
HSL color Cylindrical-coordinate representation of color #B22F6A: hue angle of 332.98º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22F6A is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 47 | 106 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.30 |
| HSL | 332.98º | 0.58% | 0.44% | - |
| HSV(B) | 332.98º | 0.74% | 0.7% | - |
| XYZ | 21.98 | 12.54 | 14.9 | - |
| YUV | 92.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 47 | 106 | 0 | 0.74 | 0.40 | 0.30 | 332.98 | 0.58 | 0.44 |
| Hex | B2 | 2F | 6A | 0 | 4A | 28 | 1E | 14D | 3A | 2C |
| Octal | 262 | 57 | 152 | 0 | 112 | 50 | 36 | 515 | 72 | 54 |
| Binary | 10110010 | 101111 | 1101010 | 0 | 1001010 | 101000 | 11110 | 101001101 | 111010 | 101100 |
Color Harmonies of #B22F6A
Complementary color
Monochromatic Colors of #B22F6A
Black with #B22F6A
Text Example
Text Example
White with #B22F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22F6A; }
p { color: rgb(178,47,106); }
H1.HeaderClassName
{
color: #B22F6A;
}
.AnyTagClassName
{
color: #B22F6A;
}
</style>
background-color css
<style>
a { background-color: #B22F6A; }
a { background-color: rgb(178,47,106); }
div.DivClassName
{
background-color: #B22F6A;
}
.BgClassName
{
background-color: #B22F6A;
}
</style>
border-color css
<style>
span { border-color: #B22F6A; }
span { border-color: rgb(178,47,106); }
td.TdClassName
{
border-color: #B22F6A;
}
.TagClassName
{
border-color: #B22F6A;
}
</style>