#B2336B

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

Shades of Rouge #B2336B

Tints of Rouge #B2336B

Color information

#B2336B (or 0xB2336B) is unknown color: approx Rouge. HEX triplet: B2, 33 and 6B. RGB value is (178,51,107). Sum of RGB (Red+Green+Blue) = 178+51+107=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2336B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2336B is #4DCC94. Grayscale: #5F5F5F. Windows color (decimal): -5098645 or 7025586. OLE color: 7025586.

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

Color convert

RGB17851107-
CMYK00.710.400.30
HSL333.54º55.46%44.9%-
HSV(B)333.54º71.35%69.8%-
XYZ22.212.8915.23-
YUV95.36134.58186.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 51 (20.31% from 255) = 15.18%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=52.98%
G=15.18%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785110700.710.400.30333.5455.4644.9
HexB2336B047281E14e372d
Octal26263153010750365166755
Binary1011001011001111010110100011110100011110101001110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2336B; }

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

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

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

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

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

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

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

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