#B34262

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

Shades of Rouge #B34262

Tints of Rouge #B34262

Color information

#B34262 (or 0xB34262) is unknown color: approx Rouge. HEX triplet: B3, 42 and 62. RGB value is (179,66,98). Sum of RGB (Red+Green+Blue) = 179+66+98=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B34262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34262 is #4CBD9D. Grayscale: #676767. Windows color (decimal): -5029278 or 6439603. OLE color: 6439603.

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

Color convert

RGB1796698-
CMYK00.630.450.30
HSL343.01º46.12%48.04%-
HSV(B)343.01º63.13%70.2%-
XYZ22.7414.3613.13-
YUV103.44124.94181.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.19%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 98 (38.67% from 255) = 28.57%
R=52.19%
G=19.24%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179669800.630.450.30343.0146.1248.04
HexB3426203F2D1E1572e30
Octal26310214207755365275660
Binary1011001110000101100010011111110110111110101010111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34262; }

 p { color: rgb(179,66,98); }

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

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

 a { background-color: rgb(179,66,98); }

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

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

 span { border-color: rgb(179,66,98); }

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