#B2336A

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

Shades of Rouge #B2336A

Tints of Rouge #B2336A

Color information

#B2336A (or 0xB2336A) is unknown color: approx Rouge. HEX triplet: B2, 33 and 6A. RGB value is (178,51,106). Sum of RGB (Red+Green+Blue) = 178+51+106=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2336A is #4DCC95. Grayscale: #5F5F5F. Windows color (decimal): -5098646 or 6960050. OLE color: 6960050.

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

Color convert

RGB17851106-
CMYK00.710.400.30
HSL334.02º55.46%44.9%-
HSV(B)334.02º71.35%69.8%-
XYZ22.1512.8714.95-
YUV95.24134.08187.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 51 (20.31% from 255) = 15.22%
BLUE value IS 106 (41.80% from 255) = 31.64%
R=53.13%
G=15.22%
B=31.64%

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
Decimal1785110600.710.400.30334.0255.4644.9
HexB2336A047281E14e372d
Octal26263152010750365166755
Binary1011001011001111010100100011110100011110101001110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2336A; }

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

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

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

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

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

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

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

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