#B23963

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

Shades of Rouge #B23963

Tints of Rouge #B23963

Color information

#B23963 (or 0xB23963) is unknown color: approx Rouge. HEX triplet: B2, 39 and 63. RGB value is (178,57,99). Sum of RGB (Red+Green+Blue) = 178+57+99=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B23963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23963 is #4DC69C. Grayscale: #616161. Windows color (decimal): -5097117 or 6502834. OLE color: 6502834.

HSL color Cylindrical-coordinate representation of color #B23963: hue angle of 339.17º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B23963 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB1785799-
CMYK00.680.440.30
HSL339.17º51.49%46.08%-
HSV(B)339.17º67.98%69.8%-
XYZ22.0813.2913.21-
YUV97.97128.59185.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.29%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 99 (39.06% from 255) = 29.64%
R=53.29%
G=17.07%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178579900.680.440.30339.1751.4946.08
HexB239630442C1E153332e
Octal26271143010454365236356
Binary1011001011100111000110100010010110011110101010011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23963; }

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

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

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

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

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

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

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

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