Shades of Rouge #B64262
Tints of Rouge #B64262
RGB
CMYK
RGB Variations
Color information
#B64262 (or 0xB64262) is known color: Rouge. HEX triplet: B6, 42 and 62. RGB value is (182,66,98). Sum of RGB (Red+Green+Blue) = 182+66+98=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B64262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64262 is #49BD9D. Grayscale: #686868. Windows color (decimal): -4832670 or 6439606. OLE color: 6439606.
HSL color Cylindrical-coordinate representation of color #B64262: hue angle of 343.45º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64262 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 98 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.29 |
| HSL | 343.45º | 0.47% | 0.49% | - |
| HSV(B) | 343.45º | 0.64% | 0.71% | - |
| XYZ | 23.44 | 14.72 | 13.16 | - |
| YUV | 104.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 98 | 0 | 0.64 | 0.46 | 0.29 | 343.45 | 0.47 | 0.49 |
| Hex | B6 | 42 | 62 | 0 | 40 | 2E | 1D | 157 | 2F | 31 |
| Octal | 266 | 102 | 142 | 0 | 100 | 56 | 35 | 527 | 57 | 61 |
| Binary | 10110110 | 1000010 | 1100010 | 0 | 1000000 | 101110 | 11101 | 101010111 | 101111 | 110001 |
Color Harmonies of #B64262
Complementary color
Monochromatic Colors of #B64262
Black with #B64262
Text Example
Text Example
White with #B64262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64262; }
p { color: rgb(182,66,98); }
H1.HeaderClassName
{
color: #B64262;
}
.AnyTagClassName
{
color: #B64262;
}
</style>
background-color css
<style>
a { background-color: #B64262; }
a { background-color: rgb(182,66,98); }
div.DivClassName
{
background-color: #B64262;
}
.BgClassName
{
background-color: #B64262;
}
</style>
border-color css
<style>
span { border-color: #B64262; }
span { border-color: rgb(182,66,98); }
td.TdClassName
{
border-color: #B64262;
}
.TagClassName
{
border-color: #B64262;
}
</style>