#B34066

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

Shades of Rouge #B34066

Tints of Rouge #B34066

Color information

#B34066 (or 0xB34066) is unknown color: approx Rouge. HEX triplet: B3, 40 and 66. RGB value is (179,64,102). Sum of RGB (Red+Green+Blue) = 179+64+102=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B34066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34066 is #4CBF99. Grayscale: #666666. Windows color (decimal): -5029786 or 6701235. OLE color: 6701235.

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

Color convert

RGB17964102-
CMYK00.640.430.30
HSL340.17º47.33%47.65%-
HSV(B)340.17º64.25%70.2%-
XYZ22.8214.2114.11-
YUV102.72127.6182.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=51.88%
G=18.55%
B=29.57%

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
Decimal1796410200.640.430.30340.1747.3347.65
HexB340660402B1E1542f30
Octal263100146010053365245760
Binary10110011100000011001100100000010101111110101010100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34066; }

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

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

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

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

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

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

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

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