#B2376D

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

Shades of Rouge #B2376D

Tints of Rouge #B2376D

Color information

#B2376D (or 0xB2376D) is unknown color: approx Rouge. HEX triplet: B2, 37 and 6D. RGB value is (178,55,109). Sum of RGB (Red+Green+Blue) = 178+55+109=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2376D is #4DC892. Grayscale: #616161. Windows color (decimal): -5097619 or 7157682. OLE color: 7157682.

HSL color Cylindrical-coordinate representation of color #B2376D: hue angle of 333.66º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2376D is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB17855109-
CMYK00.690.390.30
HSL333.66º52.79%45.69%-
HSV(B)333.66º69.1%69.8%-
XYZ22.4913.315.85-
YUV97.93134.25185.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 55 (21.88% from 255) = 16.08%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=52.05%
G=16.08%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785510900.690.390.30333.6652.7945.69
HexB2376D045271E14e352e
Octal26267155010547365166556
Binary1011001011011111011010100010110011111110101001110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2376D; }

 p { color: rgb(178,55,109); }

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

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

 a { background-color: rgb(178,55,109); }

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

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

 span { border-color: rgb(178,55,109); }

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