#B2396B

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

Shades of Rouge #B2396B

Tints of Rouge #B2396B

Color information

#B2396B (or 0xB2396B) is unknown color: approx Rouge. HEX triplet: B2, 39 and 6B. RGB value is (178,57,107). Sum of RGB (Red+Green+Blue) = 178+57+107=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2396B is #4DC694. Grayscale: #626262. Windows color (decimal): -5097109 or 7027122. OLE color: 7027122.

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

Color convert

RGB17857107-
CMYK00.680.400.30
HSL335.21º51.49%46.08%-
HSV(B)335.21º67.98%69.8%-
XYZ22.4813.4515.32-
YUV98.88132.59184.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.05%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=52.05%
G=16.67%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785710700.680.400.30335.2151.4946.08
HexB2396B044281E14f332e
Octal26271153010450365176356
Binary1011001011100111010110100010010100011110101001111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2396B; }

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

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

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

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

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

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

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

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