Shades of Rouge #B6256A
Tints of Rouge #B6256A
RGB
CMYK
RGB Variations
Color information
#B6256A (or 0xB6256A) is known color: Rouge. HEX triplet: B6, 25 and 6A. RGB value is (182,37,106). Sum of RGB (Red+Green+Blue) = 182+37+106=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6256A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6256A is #49DA95. Grayscale: #585858. Windows color (decimal): -4840086 or 6956470. OLE color: 6956470.
HSL color Cylindrical-coordinate representation of color #B6256A: hue angle of 331.45º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6256A is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 37 | 106 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.29 |
| HSL | 331.45º | 0.66% | 0.43% | - |
| HSV(B) | 331.45º | 0.8% | 0.71% | - |
| XYZ | 22.55 | 12.31 | 14.82 | - |
| YUV | 88.22 | 138.04 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 37 | 106 | 0 | 0.80 | 0.42 | 0.29 | 331.45 | 0.66 | 0.43 |
| Hex | B6 | 25 | 6A | 0 | 50 | 2A | 1D | 14B | 42 | 2B |
| Octal | 266 | 45 | 152 | 0 | 120 | 52 | 35 | 513 | 102 | 53 |
| Binary | 10110110 | 100101 | 1101010 | 0 | 1010000 | 101010 | 11101 | 101001011 | 1000010 | 101011 |
Color Harmonies of #B6256A
Complementary color
Monochromatic Colors of #B6256A
Black with #B6256A
Text Example
Text Example
White with #B6256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6256A; }
p { color: rgb(182,37,106); }
H1.HeaderClassName
{
color: #B6256A;
}
.AnyTagClassName
{
color: #B6256A;
}
</style>
background-color css
<style>
a { background-color: #B6256A; }
a { background-color: rgb(182,37,106); }
div.DivClassName
{
background-color: #B6256A;
}
.BgClassName
{
background-color: #B6256A;
}
</style>
border-color css
<style>
span { border-color: #B6256A; }
span { border-color: rgb(182,37,106); }
td.TdClassName
{
border-color: #B6256A;
}
.TagClassName
{
border-color: #B6256A;
}
</style>