#B23962

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

Shades of Rouge #B23962

Tints of Rouge #B23962

Color information

#B23962 (or 0xB23962) is unknown color: approx Rouge. HEX triplet: B2, 39 and 62. RGB value is (178,57,98). Sum of RGB (Red+Green+Blue) = 178+57+98=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B23962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23962 is #4DC69D. Grayscale: #616161. Windows color (decimal): -5097118 or 6437298. OLE color: 6437298.

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

Color convert

RGB1785798-
CMYK00.680.450.30
HSL339.67º51.49%46.08%-
HSV(B)339.67º67.98%69.8%-
XYZ22.0313.2712.96-
YUV97.85128.09185.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.45%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 98 (38.67% from 255) = 29.43%
R=53.45%
G=17.12%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178579800.680.450.30339.6751.4946.08
HexB239620442D1E154332e
Octal26271142010455365246356
Binary1011001011100111000100100010010110111110101010100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23962; }

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

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

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

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

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

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

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

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