#B34260

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

Shades of Rouge #B34260

Tints of Rouge #B34260

Color information

#B34260 (or 0xB34260) is unknown color: approx Rouge. HEX triplet: B3, 42 and 60. RGB value is (179,66,96). Sum of RGB (Red+Green+Blue) = 179+66+96=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B34260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34260 is #4CBD9F. Grayscale: #676767. Windows color (decimal): -5029280 or 6308531. OLE color: 6308531.

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

Color convert

RGB1796696-
CMYK00.630.460.30
HSL344.07º46.12%48.04%-
HSV(B)344.07º63.13%70.2%-
XYZ22.6514.3212.64-
YUV103.21123.94182.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=52.49%
G=19.35%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179669600.630.460.30344.0746.1248.04
HexB3426003F2E1E1582e30
Octal26310214007756365305660
Binary1011001110000101100000011111110111011110101011000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34260; }

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

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

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

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

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

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

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

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