#B4336F

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

Shades of Rouge #B4336F

Tints of Rouge #B4336F

Color information

#B4336F (or 0xB4336F) is unknown color: approx Rouge. HEX triplet: B4, 33 and 6F. RGB value is (180,51,111). Sum of RGB (Red+Green+Blue) = 180+51+111=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4336F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4336F is #4BCC90. Grayscale: #606060. Windows color (decimal): -4967569 or 7287732. OLE color: 7287732.

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

Color convert

RGB18051111-
CMYK00.720.380.29
HSL332.09º55.84%45.29%-
HSV(B)332.09º71.67%70.59%-
XYZ22.8813.2216.38-
YUV96.41136.24187.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.63%
GREEN value IS 51 (20.31% from 255) = 14.91%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=52.63%
G=14.91%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805111100.720.380.29332.0955.8445.29
HexB4336F048261D14c382d
Octal26463157011046355147055
Binary1011010011001111011110100100010011011101101001100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4336F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4336F; }

 p { color: rgb(180,51,111); }

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

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

 a { background-color: rgb(180,51,111); }

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

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

 span { border-color: rgb(180,51,111); }

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