Shades of Rouge #B0436C
Tints of Rouge #B0436C
RGB
CMYK
RGB Variations
Color information
#B0436C (or 0xB0436C) is known color: Rouge. HEX triplet: B0, 43 and 6C. RGB value is (176,67,108). Sum of RGB (Red+Green+Blue) = 176+67+108=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0436C is #4FBC93. Grayscale: #686868. Windows color (decimal): -5225620 or 7095216. OLE color: 7095216.
HSL color Cylindrical-coordinate representation of color #B0436C: hue angle of 337.43º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0436C is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 67 | 108 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.31 |
| HSL | 337.43º | 0.45% | 0.48% | - |
| HSV(B) | 337.43º | 0.62% | 0.69% | - |
| XYZ | 22.62 | 14.33 | 15.76 | - |
| YUV | 104.27 | 130.11 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 67 | 108 | 0 | 0.62 | 0.39 | 0.31 | 337.43 | 0.45 | 0.48 |
| Hex | B0 | 43 | 6C | 0 | 3E | 27 | 1F | 151 | 2D | 30 |
| Octal | 260 | 103 | 154 | 0 | 76 | 47 | 37 | 521 | 55 | 60 |
| Binary | 10110000 | 1000011 | 1101100 | 0 | 111110 | 100111 | 11111 | 101010001 | 101101 | 110000 |
Color Harmonies of #B0436C
Complementary color
Monochromatic Colors of #B0436C
Black with #B0436C
Text Example
Text Example
White with #B0436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0436C; }
p { color: rgb(176,67,108); }
H1.HeaderClassName
{
color: #B0436C;
}
.AnyTagClassName
{
color: #B0436C;
}
</style>
background-color css
<style>
a { background-color: #B0436C; }
a { background-color: rgb(176,67,108); }
div.DivClassName
{
background-color: #B0436C;
}
.BgClassName
{
background-color: #B0436C;
}
</style>
border-color css
<style>
span { border-color: #B0436C; }
span { border-color: rgb(176,67,108); }
td.TdClassName
{
border-color: #B0436C;
}
.TagClassName
{
border-color: #B0436C;
}
</style>