#B23A64

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

Shades of Rouge #B23A64

Tints of Rouge #B23A64

Color information

#B23A64 (or 0xB23A64) is unknown color: approx Rouge. HEX triplet: B2, 3A and 64. RGB value is (178,58,100). Sum of RGB (Red+Green+Blue) = 178+58+100=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A64 is #4DC59B. Grayscale: #626262. Windows color (decimal): -5096860 or 6568626. OLE color: 6568626.

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

Color convert

RGB17858100-
CMYK00.670.440.30
HSL339º50.85%46.27%-
HSV(B)339º67.42%69.8%-
XYZ22.1713.4113.48-
YUV98.67128.76184.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 58 (23.05% from 255) = 17.26%
BLUE value IS 100 (39.45% from 255) = 29.76%
R=52.98%
G=17.26%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785810000.670.440.3033950.8546.27
HexB23A640432C1E153332e
Octal26272144010354365236356
Binary1011001011101011001000100001110110011110101010011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23A64; }

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

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

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

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

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

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

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

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