#B22764

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

Shades of Rouge #B22764

Tints of Rouge #B22764

Color information

#B22764 (or 0xB22764) is unknown color: approx Rouge. HEX triplet: B2, 27 and 64. RGB value is (178,39,100). Sum of RGB (Red+Green+Blue) = 178+39+100=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B22764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22764 is #4DD89B. Grayscale: #575757. Windows color (decimal): -5101724 or 6563762. OLE color: 6563762.

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

Color convert

RGB17839100-
CMYK00.780.440.30
HSL333.67º64.06%42.55%-
HSV(B)333.67º78.09%69.8%-
XYZ21.3911.8413.21-
YUV87.52135.05192.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 39 (15.62% from 255) = 12.30%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=56.15%
G=12.30%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783910000.780.440.30333.6764.0642.55
HexB2276404E2C1E14e402b
Octal262471440116543651610053
Binary10110010100111110010001001110101100111101010011101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22764; }

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

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

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

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

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

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

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

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