#B22B6A

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

Shades of Rouge #B22B6A

Tints of Rouge #B22B6A

Color information

#B22B6A (or 0xB22B6A) is unknown color: approx Rouge. HEX triplet: B2, 2B and 6A. RGB value is (178,43,106). Sum of RGB (Red+Green+Blue) = 178+43+106=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22B6A is #4DD495. Grayscale: #5A5A5A. Windows color (decimal): -5100694 or 6958002. OLE color: 6958002.

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

Color convert

RGB17843106-
CMYK00.760.400.30
HSL332º61.09%43.33%-
HSV(B)332º75.84%69.8%-
XYZ21.8312.2314.85-
YUV90.55136.73190.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 43 (17.19% from 255) = 13.15%
BLUE value IS 106 (41.80% from 255) = 32.42%
R=54.43%
G=13.15%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784310600.760.400.3033261.0943.33
HexB22B6A04C281E14c3d2b
Octal26253152011450365147553
Binary1011001010101111010100100110010100011110101001100111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22B6A; }

 p { color: rgb(178,43,106); }

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

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

 a { background-color: rgb(178,43,106); }

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

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

 span { border-color: rgb(178,43,106); }

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