Shades of Rouge #B23D6B
Tints of Rouge #B23D6B
RGB
CMYK
RGB Variations
Color information
#B23D6B (or 0xB23D6B) is known color: Rouge. HEX triplet: B2, 3D and 6B. RGB value is (178,61,107). Sum of RGB (Red+Green+Blue) = 178+61+107=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D6B is #4DC294. Grayscale: #656565. Windows color (decimal): -5096085 or 7028146. OLE color: 7028146.
HSL color Cylindrical-coordinate representation of color #B23D6B: hue angle of 336.41º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23D6B is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 107 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.30 |
| HSL | 336.41º | 0.49% | 0.47% | - |
| HSV(B) | 336.41º | 0.66% | 0.7% | - |
| XYZ | 22.68 | 13.86 | 15.39 | - |
| YUV | 101.23 | 131.26 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 107 | 0 | 0.66 | 0.40 | 0.30 | 336.41 | 0.49 | 0.47 |
| Hex | B2 | 3D | 6B | 0 | 42 | 28 | 1E | 150 | 31 | 2F |
| Octal | 262 | 75 | 153 | 0 | 102 | 50 | 36 | 520 | 61 | 57 |
| Binary | 10110010 | 111101 | 1101011 | 0 | 1000010 | 101000 | 11110 | 101010000 | 110001 | 101111 |
Color Harmonies of #B23D6B
Complementary color
Monochromatic Colors of #B23D6B
Black with #B23D6B
Text Example
Text Example
White with #B23D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D6B; }
p { color: rgb(178,61,107); }
H1.HeaderClassName
{
color: #B23D6B;
}
.AnyTagClassName
{
color: #B23D6B;
}
</style>
background-color css
<style>
a { background-color: #B23D6B; }
a { background-color: rgb(178,61,107); }
div.DivClassName
{
background-color: #B23D6B;
}
.BgClassName
{
background-color: #B23D6B;
}
</style>
border-color css
<style>
span { border-color: #B23D6B; }
span { border-color: rgb(178,61,107); }
td.TdClassName
{
border-color: #B23D6B;
}
.TagClassName
{
border-color: #B23D6B;
}
</style>