#B23565

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

Shades of Rouge #B23565

Tints of Rouge #B23565

Color information

#B23565 (or 0xB23565) is unknown color: approx Rouge. HEX triplet: B2, 35 and 65. RGB value is (178,53,101). Sum of RGB (Red+Green+Blue) = 178+53+101=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B23565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23565 is #4DCA9A. Grayscale: #5F5F5F. Windows color (decimal): -5098139 or 6632882. OLE color: 6632882.

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

Color convert

RGB17853101-
CMYK00.700.430.30
HSL336.96º54.11%45.29%-
HSV(B)336.96º70.22%69.8%-
XYZ21.9812.9513.65-
YUV95.85130.91186.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.61%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=53.61%
G=15.96%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785310100.700.430.30336.9654.1145.29
HexB235650462B1E151362d
Octal26265145010653365216655
Binary1011001011010111001010100011010101111110101010001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23565; }

 p { color: rgb(178,53,101); }

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

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

 a { background-color: rgb(178,53,101); }

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

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

 span { border-color: rgb(178,53,101); }

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