#B2326C

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

Shades of Rouge #B2326C

Tints of Rouge #B2326C

Color information

#B2326C (or 0xB2326C) is unknown color: approx Rouge. HEX triplet: B2, 32 and 6C. RGB value is (178,50,108). Sum of RGB (Red+Green+Blue) = 178+50+108=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2326C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2326C is #4DCD93. Grayscale: #5E5E5E. Windows color (decimal): -5098900 or 7090866. OLE color: 7090866.

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

Color convert

RGB17850108-
CMYK00.720.390.30
HSL332.81º56.14%44.71%-
HSV(B)332.81º71.91%69.8%-
XYZ22.2112.8315.49-
YUV94.88135.41187.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 50 (19.92% from 255) = 14.88%
BLUE value IS 108 (42.58% from 255) = 32.14%
R=52.98%
G=14.88%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785010800.720.390.30332.8156.1444.71
HexB2326C048271E14d382d
Octal26262154011047365157055
Binary1011001011001011011000100100010011111110101001101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2326C; }

 p { color: rgb(178,50,108); }

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

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

 a { background-color: rgb(178,50,108); }

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

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

 span { border-color: rgb(178,50,108); }

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