#B34166

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

Shades of Rouge #B34166

Tints of Rouge #B34166

Color information

#B34166 (or 0xB34166) is unknown color: approx Rouge. HEX triplet: B3, 41 and 66. RGB value is (179,65,102). Sum of RGB (Red+Green+Blue) = 179+65+102=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B34166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34166 is #4CBE99. Grayscale: #676767. Windows color (decimal): -5029530 or 6701491. OLE color: 6701491.

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

Color convert

RGB17965102-
CMYK00.640.430.30
HSL340.53º46.72%47.84%-
HSV(B)340.53º63.69%70.2%-
XYZ22.8814.3214.13-
YUV103.3127.27181.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.73%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 102 (40.23% from 255) = 29.48%
R=51.73%
G=18.79%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796510200.640.430.30340.5346.7247.84
HexB341660402B1E1552f30
Octal263101146010053365255760
Binary10110011100000111001100100000010101111110101010101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34166; }

 p { color: rgb(179,65,102); }

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

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

 a { background-color: rgb(179,65,102); }

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

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

 span { border-color: rgb(179,65,102); }

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