#B23D62

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

Shades of Rouge #B23D62

Tints of Rouge #B23D62

Color information

#B23D62 (or 0xB23D62) is unknown color: approx Rouge. HEX triplet: B2, 3D and 62. RGB value is (178,61,98). Sum of RGB (Red+Green+Blue) = 178+61+98=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D62 is #4DC29D. Grayscale: #646464. Windows color (decimal): -5096094 or 6438322. OLE color: 6438322.

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

Color convert

RGB1786198-
CMYK00.660.450.30
HSL341.03º48.95%46.86%-
HSV(B)341.03º65.73%69.8%-
XYZ22.2313.6813.02-
YUV100.2126.76183.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.82%
GREEN value IS 61 (24.22% from 255) = 18.10%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=52.82%
G=18.10%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178619800.660.450.30341.0348.9546.86
HexB23D620422D1E155312f
Octal26275142010255365256157
Binary1011001011110111000100100001010110111110101010101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23D62; }

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

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

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

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

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

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

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

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