#B34269

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

Shades of Rouge #B34269

Tints of Rouge #B34269

Color information

#B34269 (or 0xB34269) is unknown color: approx Rouge. HEX triplet: B3, 42 and 69. RGB value is (179,66,105). Sum of RGB (Red+Green+Blue) = 179+66+105=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B34269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34269 is #4CBD96. Grayscale: #686868. Windows color (decimal): -5029271 or 6898355. OLE color: 6898355.

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

Color convert

RGB17966105-
CMYK00.630.410.30
HSL339.29º46.12%48.04%-
HSV(B)339.29º63.13%70.2%-
XYZ23.0914.514.95-
YUV104.23128.44181.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.14%
GREEN value IS 66 (26.17% from 255) = 18.86%
BLUE value IS 105 (41.41% from 255) = 30%
R=51.14%
G=18.86%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796610500.630.410.30339.2946.1248.04
HexB3426903F291E1532e30
Octal26310215107751365235660
Binary1011001110000101101001011111110100111110101010011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34269; }

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

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

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

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

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

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

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

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