#B23871

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

Shades of Rouge #B23871

Tints of Rouge #B23871

Color information

#B23871 (or 0xB23871) is unknown color: approx Rouge. HEX triplet: B2, 38 and 71. RGB value is (178,56,113). Sum of RGB (Red+Green+Blue) = 178+56+113=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B23871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23871 is #4DC78E. Grayscale: #626262. Windows color (decimal): -5097359 or 7420082. OLE color: 7420082.

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

Color convert

RGB17856113-
CMYK00.690.370.30
HSL331.97º52.14%45.88%-
HSV(B)331.97º68.54%69.8%-
XYZ22.7513.4917.03-
YUV98.98135.92184.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.30%
GREEN value IS 56 (22.27% from 255) = 16.14%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=51.30%
G=16.14%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785611300.690.370.30331.9752.1445.88
HexB23871045251E14c342e
Octal26270161010545365146456
Binary1011001011100011100010100010110010111110101001100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23871; }

 p { color: rgb(178,56,113); }

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

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

 a { background-color: rgb(178,56,113); }

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

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

 span { border-color: rgb(178,56,113); }

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