#B23964

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

Shades of Rouge #B23964

Tints of Rouge #B23964

Color information

#B23964 (or 0xB23964) is unknown color: approx Rouge. HEX triplet: B2, 39 and 64. RGB value is (178,57,100). Sum of RGB (Red+Green+Blue) = 178+57+100=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B23964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23964 is #4DC69B. Grayscale: #626262. Windows color (decimal): -5097116 or 6568370. OLE color: 6568370.

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

Color convert

RGB17857100-
CMYK00.680.440.30
HSL338.68º51.49%46.08%-
HSV(B)338.68º67.98%69.8%-
XYZ22.1213.3113.46-
YUV98.08129.09185-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 57 (22.66% from 255) = 17.01%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=53.13%
G=17.01%
B=29.85%

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
Decimal1785710000.680.440.30338.6851.4946.08
HexB239640442C1E153332e
Octal26271144010454365236356
Binary1011001011100111001000100010010110011110101010011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23964; }

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

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

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

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

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

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

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

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