#b23b5d

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

Shades of Rouge #B23B5D

Tints of Rouge #B23B5D

Color information

#B23B5D (or 0xB23B5D) is unknown color: approx Rouge. HEX triplet: B2, 3B and 5D. RGB value is (178,59,93). Sum of RGB (Red+Green+Blue) = 178+59+93=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23B5D is #4DC4A2. Grayscale: #626262. Windows color (decimal): -5096611 or 6110130. OLE color: 6110130.

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

Color convert

RGB1785993-
CMYK00.670.480.30
HSL342.86º50.21%46.47%-
HSV(B)342.86º66.85%69.8%-
XYZ21.913.3811.78-
YUV98.46124.92184.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 59 (23.44% from 255) = 17.88%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=53.94%
G=17.88%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178599300.670.480.30342.8650.2146.47
HexB23B5D043301E157322e
Octal26273135010360365276256
Binary1011001011101110111010100001111000011110101010111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23b5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23b5d; }

 p { color: rgb(178,59,93); }

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

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

 a { background-color: rgb(178,59,93); }

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

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

 span { border-color: rgb(178,59,93); }

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