#B23A62

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

Shades of Rouge #B23A62

Tints of Rouge #B23A62

Color information

#B23A62 (or 0xB23A62) is unknown color: approx Rouge. HEX triplet: B2, 3A and 62. RGB value is (178,58,98). Sum of RGB (Red+Green+Blue) = 178+58+98=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A62 is #4DC59D. Grayscale: #626262. Windows color (decimal): -5096862 or 6437554. OLE color: 6437554.

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

Color convert

RGB1785898-
CMYK00.670.450.30
HSL340º50.85%46.27%-
HSV(B)340º67.42%69.8%-
XYZ22.0813.3712.97-
YUV98.44127.76184.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.29%
GREEN value IS 58 (23.05% from 255) = 17.37%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=53.29%
G=17.37%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178589800.670.450.3034050.8546.27
HexB23A620432D1E154332e
Octal26272142010355365246356
Binary1011001011101011000100100001110110111110101010100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23A62; }

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

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

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

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

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

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

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

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