#B34463

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

Shades of Rouge #B34463

Tints of Rouge #B34463

Color information

#B34463 (or 0xB34463) is unknown color: approx Rouge. HEX triplet: B3, 44 and 63. RGB value is (179,68,99). Sum of RGB (Red+Green+Blue) = 179+68+99=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B34463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34463 is #4CBB9C. Grayscale: #686868. Windows color (decimal): -5028765 or 6505651. OLE color: 6505651.

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

Color convert

RGB1796899-
CMYK00.620.450.30
HSL343.24º44.94%48.43%-
HSV(B)343.24º62.01%70.2%-
XYZ22.9114.6213.42-
YUV104.72124.77180.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.73%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 99 (39.06% from 255) = 28.61%
R=51.73%
G=19.65%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179689900.620.450.30343.2444.9448.43
HexB3446303E2D1E1572d30
Octal26310414307655365275560
Binary1011001110001001100011011111010110111110101010111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34463; }

 p { color: rgb(179,68,99); }

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

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

 a { background-color: rgb(179,68,99); }

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

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

 span { border-color: rgb(179,68,99); }

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