#B23C63

Color #B23C63 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #B23C63

Tints of Rouge #B23C63

Color information

#B23C63 (or 0xB23C63) is unknown color: approx Rouge. HEX triplet: B2, 3C and 63. RGB value is (178,60,99). Sum of RGB (Red+Green+Blue) = 178+60+99=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23C63 is #4DC39C. Grayscale: #636363. Windows color (decimal): -5096349 or 6503602. OLE color: 6503602.

HSL color Cylindrical-coordinate representation of color #B23C63: hue angle of 340.17º degrees, saturation: 0.5, 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 #B23C63 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB1786099-
CMYK00.660.440.30
HSL340.17º49.58%46.67%-
HSV(B)340.17º66.29%69.8%-
XYZ22.2313.613.26-
YUV99.73127.59183.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=52.82%
G=17.80%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178609900.660.440.30340.1749.5846.67
HexB23C630422C1E154322f
Octal26274143010254365246257
Binary1011001011110011000110100001010110011110101010100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23C63; }

 p { color: rgb(178,60,99); }

 H1.HeaderClassName
 {
   color: #B23C63;
 }
 .AnyTagClassName
 {
   color: #B23C63;
 }
</style>
background-color css

<style>
 a { background-color: #B23C63; }

 a { background-color: rgb(178,60,99); }

 div.DivClassName
 {
   background-color: #B23C63;
 }
 .BgClassName
 {
   background-color: #B23C63;
 }
</style>
border-color css

<style>
 span { border-color: #B23C63; }

 span { border-color: rgb(178,60,99); }

 td.TdClassName
 {
   border-color: #B23C63;
 }
 .TagClassName
 {
   border-color: #B23C63;
 }
</style>