#B34268

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

Shades of Rouge #B34268

Tints of Rouge #B34268

Color information

#B34268 (or 0xB34268) is unknown color: approx Rouge. HEX triplet: B3, 42 and 68. RGB value is (179,66,104). Sum of RGB (Red+Green+Blue) = 179+66+104=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B34268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34268 is #4CBD97. Grayscale: #686868. Windows color (decimal): -5029272 or 6832819. OLE color: 6832819.

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

Color convert

RGB17966104-
CMYK00.630.420.30
HSL339.82º46.12%48.04%-
HSV(B)339.82º63.13%70.2%-
XYZ23.0414.4814.68-
YUV104.12127.94181.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.29%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=51.29%
G=18.91%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796610400.630.420.30339.8246.1248.04
HexB3426803F2A1E1542e30
Octal26310215007752365245660
Binary1011001110000101101000011111110101011110101010100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34268; }

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

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

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

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

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

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

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

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