#B2326E

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

Shades of Rouge #B2326E

Tints of Rouge #B2326E

Color information

#B2326E (or 0xB2326E) is unknown color: approx Rouge. HEX triplet: B2, 32 and 6E. RGB value is (178,50,110). Sum of RGB (Red+Green+Blue) = 178+50+110=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2326E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2326E is #4DCD91. Grayscale: #5F5F5F. Windows color (decimal): -5098898 or 7221938. OLE color: 7221938.

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

Color convert

RGB17850110-
CMYK00.720.380.30
HSL331.88º56.14%44.71%-
HSV(B)331.88º71.91%69.8%-
XYZ22.3212.8716.06-
YUV95.11136.41187.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.66%
GREEN value IS 50 (19.92% from 255) = 14.79%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=52.66%
G=14.79%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785011000.720.380.30331.8856.1444.71
HexB2326E048261E14c382d
Octal26262156011046365147055
Binary1011001011001011011100100100010011011110101001100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2326E; }

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

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

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

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

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

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

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

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