Shades of Rouge #B83A68
Tints of Rouge #B83A68
RGB
CMYK
RGB Variations
Color information
#B83A68 (or 0xB83A68) is known color: Rouge. HEX triplet: B8, 3A and 68. RGB value is (184,58,104). Sum of RGB (Red+Green+Blue) = 184+58+104=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83A68 is #47C597. Grayscale: #646464. Windows color (decimal): -4703640 or 6830776. OLE color: 6830776.
HSL color Cylindrical-coordinate representation of color #B83A68: hue angle of 338.1º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83A68 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 104 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.28 |
| HSL | 338.1º | 0.52% | 0.47% | - |
| HSV(B) | 338.1º | 0.68% | 0.72% | - |
| XYZ | 23.78 | 14.22 | 14.59 | - |
| YUV | 100.92 | 129.74 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 104 | 0 | 0.68 | 0.43 | 0.28 | 338.1 | 0.52 | 0.47 |
| Hex | B8 | 3A | 68 | 0 | 44 | 2B | 1C | 152 | 34 | 2F |
| Octal | 270 | 72 | 150 | 0 | 104 | 53 | 34 | 522 | 64 | 57 |
| Binary | 10111000 | 111010 | 1101000 | 0 | 1000100 | 101011 | 11100 | 101010010 | 110100 | 101111 |
Color Harmonies of #B83A68
Complementary color
Monochromatic Colors of #B83A68
Black with #B83A68
Text Example
Text Example
White with #B83A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A68; }
p { color: rgb(184,58,104); }
H1.HeaderClassName
{
color: #B83A68;
}
.AnyTagClassName
{
color: #B83A68;
}
</style>
background-color css
<style>
a { background-color: #B83A68; }
a { background-color: rgb(184,58,104); }
div.DivClassName
{
background-color: #B83A68;
}
.BgClassName
{
background-color: #B83A68;
}
</style>
border-color css
<style>
span { border-color: #B83A68; }
span { border-color: rgb(184,58,104); }
td.TdClassName
{
border-color: #B83A68;
}
.TagClassName
{
border-color: #B83A68;
}
</style>