#B2416B

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

Shades of Rouge #B2416B

Tints of Rouge #B2416B

Color information

#B2416B (or 0xB2416B) is unknown color: approx Rouge. HEX triplet: B2, 41 and 6B. RGB value is (178,65,107). Sum of RGB (Red+Green+Blue) = 178+65+107=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2416B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2416B is #4DBE94. Grayscale: #676767. Windows color (decimal): -5095061 or 7029170. OLE color: 7029170.

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

Color convert

RGB17865107-
CMYK00.630.400.30
HSL337.7º46.5%47.65%-
HSV(B)337.7º63.48%69.8%-
XYZ22.914.3115.46-
YUV103.58129.94181.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.86%
GREEN value IS 65 (25.78% from 255) = 18.57%
BLUE value IS 107 (42.19% from 255) = 30.57%
R=50.86%
G=18.57%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786510700.630.400.30337.746.547.65
HexB2416B03F281E1522f30
Octal26210115307750365225760
Binary1011001010000011101011011111110100011110101010010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2416B; }

 p { color: rgb(178,65,107); }

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

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

 a { background-color: rgb(178,65,107); }

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

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

 span { border-color: rgb(178,65,107); }

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