#b23d5f

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

Shades of Rouge #B23D5F

Tints of Rouge #B23D5F

Color information

#B23D5F (or 0xB23D5F) is unknown color: approx Rouge. HEX triplet: B2, 3D and 5F. RGB value is (178,61,95). Sum of RGB (Red+Green+Blue) = 178+61+95=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D5F is #4DC2A0. Grayscale: #636363. Windows color (decimal): -5096097 or 6241714. OLE color: 6241714.

HSL color Cylindrical-coordinate representation of color #B23D5F: hue angle of 342.56º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23D5F is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1786195-
CMYK00.660.470.30
HSL342.56º48.95%46.86%-
HSV(B)342.56º65.73%69.8%-
XYZ22.0913.6312.29-
YUV99.86125.26183.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.29%
GREEN value IS 61 (24.22% from 255) = 18.26%
BLUE value IS 95 (37.5% from 255) = 28.44%
R=53.29%
G=18.26%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178619500.660.470.30342.5648.9546.86
HexB23D5F0422F1E157312f
Octal26275137010257365276157
Binary1011001011110110111110100001010111111110101010111110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23d5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23d5f; }

 p { color: rgb(178,61,95); }

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

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

 a { background-color: rgb(178,61,95); }

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

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

 span { border-color: rgb(178,61,95); }

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