#B23170

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

Shades of Rouge #B23170

Tints of Rouge #B23170

Color information

#B23170 (or 0xB23170) is unknown color: approx Rouge. HEX triplet: B2, 31 and 70. RGB value is (178,49,112). Sum of RGB (Red+Green+Blue) = 178+49+112=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B23170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23170 is #4DCE8F. Grayscale: #5E5E5E. Windows color (decimal): -5099152 or 7352754. OLE color: 7352754.

HSL color Cylindrical-coordinate representation of color #B23170: hue angle of 330.7º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23170 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17849112-
CMYK00.720.370.30
HSL330.7º56.83%44.51%-
HSV(B)330.7º72.47%69.8%-
XYZ22.3812.8316.63-
YUV94.75137.74187.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.51%
GREEN value IS 49 (19.53% from 255) = 14.45%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=52.51%
G=14.45%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784911200.720.370.30330.756.8344.51
HexB23170048251E14b392d
Octal26261160011045365137155
Binary1011001011000111100000100100010010111110101001011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23170; }

 p { color: rgb(178,49,112); }

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

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

 a { background-color: rgb(178,49,112); }

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

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

 span { border-color: rgb(178,49,112); }

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