#B2375E

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

Shades of Rouge #B2375E

Tints of Rouge #B2375E

Color information

#B2375E (or 0xB2375E) is unknown color: approx Rouge. HEX triplet: B2, 37 and 5E. RGB value is (178,55,94). Sum of RGB (Red+Green+Blue) = 178+55+94=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2375E is #4DC8A1. Grayscale: #606060. Windows color (decimal): -5097634 or 6174642. OLE color: 6174642.

HSL color Cylindrical-coordinate representation of color #B2375E: hue angle of 340.98º 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 #B2375E is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1785594-
CMYK00.690.470.30
HSL340.98º52.79%45.69%-
HSV(B)340.98º69.1%69.8%-
XYZ21.7513.0111.95-
YUV96.22126.75186.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=54.43%
G=16.82%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178559400.690.470.30340.9852.7945.69
HexB2375E0452F1E155352e
Octal26267136010557365256556
Binary1011001011011110111100100010110111111110101010101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2375E; }

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

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

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

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

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

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

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

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