Shades of Rouge #B23B5A
Tints of Rouge #B23B5A
RGB
CMYK
RGB Variations
Color information
#B23B5A (or 0xB23B5A) is known color: Rouge. HEX triplet: B2, 3B and 5A. RGB value is (178,59,90). Sum of RGB (Red+Green+Blue) = 178+59+90=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B5A is #4DC4A5. Grayscale: #626262. Windows color (decimal): -5096614 or 5913522. OLE color: 5913522.
HSL color Cylindrical-coordinate representation of color #B23B5A: hue angle of 344.37º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23B5A is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 90 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.30 |
| HSL | 344.37º | 0.5% | 0.46% | - |
| HSV(B) | 344.37º | 0.67% | 0.7% | - |
| XYZ | 21.77 | 13.33 | 11.1 | - |
| YUV | 98.12 | 123.42 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 90 | 0 | 0.67 | 0.49 | 0.30 | 344.37 | 0.5 | 0.46 |
| Hex | B2 | 3B | 5A | 0 | 43 | 31 | 1E | 158 | 32 | 2E |
| Octal | 262 | 73 | 132 | 0 | 103 | 61 | 36 | 530 | 62 | 56 |
| Binary | 10110010 | 111011 | 1011010 | 0 | 1000011 | 110001 | 11110 | 101011000 | 110010 | 101110 |
Color Harmonies of #B23B5A
Complementary color
Monochromatic Colors of #B23B5A
Black with #B23B5A
Text Example
Text Example
White with #B23B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B5A; }
p { color: rgb(178,59,90); }
H1.HeaderClassName
{
color: #B23B5A;
}
.AnyTagClassName
{
color: #B23B5A;
}
</style>
background-color css
<style>
a { background-color: #B23B5A; }
a { background-color: rgb(178,59,90); }
div.DivClassName
{
background-color: #B23B5A;
}
.BgClassName
{
background-color: #B23B5A;
}
</style>
border-color css
<style>
span { border-color: #B23B5A; }
span { border-color: rgb(178,59,90); }
td.TdClassName
{
border-color: #B23B5A;
}
.TagClassName
{
border-color: #B23B5A;
}
</style>