#B2366E

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

Shades of Rouge #B2366E

Tints of Rouge #B2366E

Color information

#B2366E (or 0xB2366E) is unknown color: approx Rouge. HEX triplet: B2, 36 and 6E. RGB value is (178,54,110). Sum of RGB (Red+Green+Blue) = 178+54+110=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2366E is #4DC991. Grayscale: #616161. Windows color (decimal): -5097874 or 7222962. OLE color: 7222962.

HSL color Cylindrical-coordinate representation of color #B2366E: hue angle of 332.9º degrees, saturation: 0.53, 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 #B2366E is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17854110-
CMYK00.700.380.30
HSL332.9º53.45%45.49%-
HSV(B)332.9º69.66%69.8%-
XYZ22.4913.2316.12-
YUV97.46135.08185.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 54 (21.48% from 255) = 15.79%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=52.05%
G=15.79%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785411000.700.380.30332.953.4545.49
HexB2366E046261E14d352d
Octal26266156010646365156555
Binary1011001011011011011100100011010011011110101001101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2366E; }

 p { color: rgb(178,54,110); }

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

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

 a { background-color: rgb(178,54,110); }

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

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

 span { border-color: rgb(178,54,110); }

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