#B34265

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

Shades of Rouge #B34265

Tints of Rouge #B34265

Color information

#B34265 (or 0xB34265) is unknown color: approx Rouge. HEX triplet: B3, 42 and 65. RGB value is (179,66,101). Sum of RGB (Red+Green+Blue) = 179+66+101=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B34265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34265 is #4CBD9A. Grayscale: #676767. Windows color (decimal): -5029275 or 6636211. OLE color: 6636211.

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

Color convert

RGB17966101-
CMYK00.630.440.30
HSL341.42º46.12%48.04%-
HSV(B)341.42º63.13%70.2%-
XYZ22.8914.4213.89-
YUV103.78126.44181.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.73%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=51.73%
G=19.08%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796610100.630.440.30341.4246.1248.04
HexB3426503F2C1E1552e30
Octal26310214507754365255660
Binary1011001110000101100101011111110110011110101010101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34265; }

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

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

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

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

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

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

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

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